diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0694477eac55..0e2d6c86e4ee 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,13 @@ updates: schedule: interval: "weekly" + open-pull-requests-limit: 1 + groups: + actions: + patterns: + - "*" + + - package-ecosystem: "gomod" directories: - "/contrib/charts/dragonfly" @@ -12,9 +19,40 @@ updates: schedule: interval: "weekly" + open-pull-requests-limit: 1 + #uncomment it to group dependency updates + #groups: + #go-mod: + #patterns: + #- "*" + ignore: + # Disable all updates except security updates + #remove an item from ignore list to get dependency updates of that kind + - dependency-name: "*" + update-types: + - "version-update:semver-major" + - "version-update:semver-minor" + - "version-update:semver-patch" + + + - package-ecosystem: "pip" directories: - "/tests/dragonfly" - "/tools" schedule: interval: "weekly" + + #uncomment it to group dependency updates + #groups: + #py-dep: + #patterns: + #- "*" + ignore: + # Disable all updates except security updates + #remove an item from ignore list to get dependency updates of that kind + - dependency-name: "*" + update-types: + - "version-update:semver-major" + - "version-update:semver-minor" + - "version-update:semver-patch"