Skip to content

Commit 3755934

Browse files
authored
Update dependabot.yml configuration (#684)
Ignore major version package updates in the dependabot configuration in both default and tools composer.json files.
1 parent 4c4baca commit 3755934

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
ignore:
8+
- dependency-name: "*"
9+
update-types: ["version-update:semver-major"]
710
- package-ecosystem: "composer"
811
directory: "/tools"
912
schedule:
1013
interval: "daily"
1114
ignore:
12-
- dependency-name: "rector/rector"
15+
- dependency-name: "rector/rector"
16+
- dependency-name: "*"
17+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)