Skip to content

Commit 130e8bd

Browse files
committed
revert invalid config change
1 parent 7bb7d3c commit 130e8bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily" # scan every day
12-
# Allow only patch and minor updates, implicitly ignoring major updates
13-
allow:
12+
ignore:
1413
- dependency-name: "*"
15-
update-types: [ "patch", "minor" ]
14+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)