Skip to content

Commit 6588ca8

Browse files
Update dependabot.yml
1 parent 3664936 commit 6588ca8

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,12 +4,17 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
ignore:
8+
update-types: [ "version-update:semver-patch" ]
79
- package-ecosystem: "pip"
810
directory: "/"
911
schedule:
1012
interval: "daily"
13+
ignore:
14+
update-types: [ "version-update:semver-patch" ]
1115
- package-ecosystem: "docker"
1216
directory: "/"
1317
schedule:
1418
interval: "daily"
15-
19+
ignore:
20+
update-types: [ "version-update:semver-patch" ]

0 commit comments

Comments
 (0)