We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059b2ba commit 2d4a86eCopy full SHA for 2d4a86e
.github/dependabot.yml
@@ -11,6 +11,8 @@ updates:
11
update-types:
12
- version-update:semver-minor
13
- version-update:semver-patch
14
+ commit-message:
15
+ prefix: CI
16
- package-ecosystem: github-actions
17
directory: /
18
schedule:
@@ -25,6 +27,8 @@ updates:
25
27
- dependency-name: "*"
26
28
29
- version-update:semver-major
30
31
32
# Makes it possible to have another config. for the same dir.
33
# https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219
34
target-branch: master
0 commit comments