We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363210e commit 75a324eCopy full SHA for 75a324e
1 file changed
.github/dependabot.yml
@@ -4,8 +4,7 @@ updates:
4
- package-ecosystem: "github-actions"
5
directory: "/"
6
schedule:
7
- interval: "daily"
8
- ignore:
9
- # Official actions have moving tags like v1
10
- # that are used, so they don't need updates here
11
- - dependency-name: "actions/*"
+ interval: "monthly"
+ commit-message:
+ # Prefix all commit messages with "npm: "
+ prefix: "ci: "
0 commit comments