diff --git a/.github/dependabot.yml b/.github/dependabot.yml index af9b74db..4ecfe617 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,11 @@ updates: time: "10:00" open-pull-requests-limit: 10 target-branch: development + versioning-strategy: increase + groups: + github-actions: + patterns: + - "*" - package-ecosystem: pip directory: "/test" schedule: @@ -16,3 +21,8 @@ updates: time: "10:00" open-pull-requests-limit: 10 target-branch: development + versioning-strategy: increase + groups: + github-actions: + patterns: + - "*"