Skip to content

Commit e765f8c

Browse files
authored
Adapt to newer dependabot config requirements (#492)
This means that from now on, we would not be able to update dependencies automatically other than our own. Sorts recent error: Update configs must have a unique combination of 'package-ecosystem', 'directory', and 'target-branch'. Ecosystem 'pip' has overlapping directories.
1 parent 8b9aeef commit e765f8c

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,6 @@ updates:
1919
- dependency-name: molecule
2020
- dependency-name: pytest-ansible
2121
- dependency-name: tox-ansible
22-
# indirect dependencies that we do not want to mention in changelog
23-
- package-ecosystem: pip
24-
directory: /.config/
25-
schedule:
26-
day: sunday
27-
interval: weekly
28-
labels:
29-
- dependabot-deps-updates
30-
- skip-changelog
31-
groups:
32-
dependencies:
33-
patterns:
34-
- "*"
35-
exclude-patterns:
36-
- ansible-compat
37-
- ansible-creator
38-
- ansible-dev-environment
39-
- ansible-dev-tools
40-
- ansible-lint
41-
- ansible-navigator
42-
- molecule
43-
- pytest-ansible
44-
- referencing # https://github.com/p1c2u/jsonschema-path/issues/143
45-
- resolvelib # tight connection with ansible-core
46-
- tox-ansible
47-
ignore:
48-
- dependency-name: referencing
49-
- dependency-name: jsonschema-specifications
5022
- package-ecosystem: "github-actions"
5123
directory: "/"
5224
schedule:

0 commit comments

Comments
 (0)