We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8228e commit 756d0e2Copy full SHA for 756d0e2
.github/dependabot.yml
@@ -5,8 +5,8 @@ updates:
5
- package-ecosystem: "github-actions"
6
directory: "/"
7
schedule:
8
- # Check for updates to GitHub Actions every week
9
- interval: "weekly"
+ # Check for updates to GitHub Actions every month
+ interval: "monthly"
10
commit-message:
11
prefix: "skip changelog" # So this PR will not be added to release-drafter
12
include: "scope" # List of the updated dependencies in the commit will be added
.pre-commit-config.yaml
@@ -1,3 +1,5 @@
1
+ci:
2
+ autoupdate_schedule: monthly
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
0 commit comments