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 8ddfa02 commit 3f42cadCopy full SHA for 3f42cad
.github/dependabot.yml
@@ -9,7 +9,17 @@ updates:
9
directory: "/"
10
schedule:
11
interval: "weekly" # Check for updates to GitHub Actions every week
12
+ ignore:
13
+ # I just want update action when major/minor version is updated. patch updates are too noisy.
14
+ - dependency-name: "*"
15
+ update-types:
16
+ - version-update:semver-patch
17
- package-ecosystem: "nuget"
18
19
20
interval: "weekly"
21
22
23
24
25
0 commit comments