diff options
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 45874a7..3d396cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,8 @@ --- -# Until bug below is sorted we will not allow dependabot to run by itself -# https://github.com/dependabot/dependabot-core/issues/369 version: 2 updates: - package-ecosystem: pip - directory: / + directory: ".config" schedule: day: sunday interval: weekly @@ -12,7 +10,10 @@ updates: - dependabot-deps-updates - skip-changelog versioning-strategy: lockfile-only - open-pull-requests-limit: 0 # neutered + groups: + dependencies: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: |