We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb16bd0 commit 21aea98Copy full SHA for 21aea98
1 file changed
.github/dependabot.yml
@@ -1,19 +1,23 @@
1
version: 2
2
-
3
updates:
4
- - package-ecosystem: "github-actions"
5
- directory: "/"
6
- schedule:
7
- interval: "monthly"
8
- commit-message:
9
- prefix: "ci"
10
- labels:
11
- - "ci"
12
- - "automated"
13
- groups:
14
- github-actions:
15
- patterns:
16
- - "*"
17
- ignore:
18
- - dependency-name: "*"
19
- update-types: ["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
20
+ ignore:
21
+ - dependency-name: '*'
22
+ update-types:
23
+ - version-update:semver-major
0 commit comments