We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db31383 commit 5f1e9adCopy full SHA for 5f1e9ad
1 file changed
.github/dependabot.yml
@@ -1,23 +1,19 @@
1
version: 2
2
updates:
3
-- package-ecosystem: github-actions
4
- directory: /
5
- schedule:
6
- interval: monthly
7
- commit-message:
8
- prefix: ci
9
- labels:
10
- - ci
11
- - automated
12
- groups:
13
- github-actions:
14
- patterns:
15
- - '*'
16
- github_actions_security:
17
- applies-to: security-updates
18
19
20
- ignore:
21
- - dependency-name: '*'
22
- update-types:
23
- - version-update:semver-major
+ - package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: monthly
+ commit-message:
+ prefix: ci
+ labels:
+ - ci
+ - automated
+ groups:
+ github-actions:
+ patterns:
+ - '*'
+ github_actions_security:
+ applies-to: security-updates
0 commit comments