Skip to content

Commit 5c2f2f9

Browse files
Copilotgkorland
andcommitted
Add github-actions and pip ecosystems to dependabot.yml
Co-authored-by: gkorland <753206+gkorland@users.noreply.github.com>
1 parent ee1a6c9 commit 5c2f2f9

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,24 @@ updates:
1414
npm-minor-patch:
1515
update-types:
1616
- "patch"
17-
17+
18+
- package-ecosystem: "github-actions"
19+
directory: "/"
20+
schedule:
21+
interval: "daily"
22+
target-branch: "staging"
23+
groups:
24+
github-actions-minor-patch:
25+
update-types:
26+
- "patch"
27+
28+
- package-ecosystem: "pip"
29+
directory: "/"
30+
schedule:
31+
interval: "daily"
32+
target-branch: "staging"
33+
groups:
34+
pip-minor-patch:
35+
update-types:
36+
- "patch"
37+

0 commit comments

Comments
 (0)