Skip to content

Commit 637384c

Browse files
Merge pull request #262 from edwarddavidbaker/dependabot-ignore-patch-updates
dependabot: Ignore patch updates
2 parents 09f0bda + e7a85e8 commit 637384c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,20 @@ updates:
88
schedule:
99
interval: "weekly"
1010
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"]
1116

1217
# Enable version updates from GitHub Actions.
1318
- package-ecosystem: "github-actions"
1419
directory: "/"
1520
schedule:
1621
interval: "weekly"
1722
open-pull-requests-limit: 1
23+
ignore:
24+
# Ignore patch updates (major.minor.patch) for all packages. This
25+
# does not prevent security updates.
26+
- dependency-name: "*"
27+
update-types: ["version-update:semver-patch"]

0 commit comments

Comments
 (0)