Skip to content

Commit b29eba6

Browse files
Update dependabot.yml
1 parent 5a2c8a4 commit b29eba6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +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"
19+
ignore:
20+
update-types: [ "version-update:semver-patch" ]

0 commit comments

Comments
 (0)