Skip to content

Commit c1e8578

Browse files
authored
dependabot: ignore major an minor semver updates for docker images (#286)
* dependabot: ignore major an minor semver updates for docker images * Add required dependency-name
1 parent a3e3fb9 commit c1e8578

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ updates:
4343
registries: "*"
4444
schedule:
4545
interval: "daily"
46+
ignore:
47+
- dependency-name: "python*"
48+
update-types: ["version-update:semver-major", "version-update:semver-minor"]

0 commit comments

Comments
 (0)