Skip to content

Commit 595e0eb

Browse files
committed
Configure dependabot to update glue with cli
1 parent 3cb94d7 commit 595e0eb

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1+
---
12
version: 2
23
updates:
3-
- package-ecosystem: pip
4+
- package-ecosystem: "pip"
45
directory: "/"
56
schedule:
6-
interval: daily
7+
interval: "daily"
78
commit-message:
89
prefix: "[PIP] "
910
open-pull-requests-limit: 10
10-
- package-ecosystem: github-actions
11+
groups:
12+
pulp-cli:
13+
patterns:
14+
- "pulp-cli"
15+
- "pulp-glue"
16+
- package-ecosystem: "github-actions"
1117
directory: "/"
1218
schedule:
13-
interval: weekly
19+
interval: "weekly"
1420
commit-message:
1521
prefix: "[GHA] "
1622
open-pull-requests-limit: 10
23+
...

0 commit comments

Comments
 (0)