We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09f0bda + e7a85e8 commit 637384cCopy full SHA for 637384c
.github/dependabot.yml
@@ -8,10 +8,20 @@ updates:
8
schedule:
9
interval: "weekly"
10
open-pull-requests-limit: 1
11
+ ignore:
12
+ # Ignore patch updates (major.minor.patch) for all packages. This
13
+ # does not prevent security updates.
14
+ - dependency-name: "*"
15
+ update-types: ["version-update:semver-patch"]
16
17
# Enable version updates from GitHub Actions.
18
- package-ecosystem: "github-actions"
19
directory: "/"
20
21
22
23
24
25
26
27
0 commit comments