Skip to content

Commit 8009738

Browse files
benmccannljharb
authored andcommitted
[meta] reduce dependabot noise
1 parent d6b18ef commit 8009738

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12-
12+
ignore:
13+
- dependency-name: "*"
14+
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
1315
- package-ecosystem: "github-actions"
1416
# Workflow files stored in the
1517
# default location of `.github/workflows`

0 commit comments

Comments
 (0)