Skip to content

Commit e0bcdf6

Browse files
authored
Merge pull request #584 from FalkorDB/copilot/update-dependabot-yml
Extend Dependabot to cover GitHub Actions and pip ecosystems
2 parents 16feaea + 5c2f2f9 commit e0bcdf6

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)