diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:17:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:17:02 +0000 |
commit | 90762dda6bc343cc68c736ec0e4368b2909c2a12 (patch) | |
tree | 522fbd669fac12e8db704af129aaf91b6e9dfa96 /.github/dependabot.yml | |
parent | Releasing progress-linux version 4.1.12-1~progress7.99u1. (diff) | |
download | python-ansible-compat-90762dda6bc343cc68c736ec0e4368b2909c2a12.tar.xz python-ansible-compat-90762dda6bc343cc68c736ec0e4368b2909c2a12.zip |
Merging upstream version 24.5.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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: |