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 9364235 commit da7f506Copy full SHA for da7f506
.github/dependabot.yml
@@ -11,13 +11,8 @@ updates:
11
- "jawnsy"
12
ignore:
13
# GitHub always delivers the latest versions for each major
14
- # release tag, so ignore minor version tags
15
- - dependency-name: "actions/cache"
16
- versions:
17
- - 2.x
18
- - dependency-name: "actions/checkout"
19
20
+ # release tag, so handle updates manually
+ - dependency-name: "actions/*"
21
22
- package-ecosystem: "npm"
23
directory: "/"
0 commit comments