Skip to content

Commit 11e1330

Browse files
authored
Reconfigure dependabot (RustPython#6158)
* Add `cargo` to dependabot * Remove noisy comments * Don't group updates
1 parent aa0eb4b commit 11e1330

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# Keep GitHub Actions up to date with GitHub's Dependabot...
2-
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
3-
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
41
version: 2
52
updates:
3+
- package-ecosystem: cargo
4+
directory: /
5+
schedule:
6+
interval: weekly
67
- package-ecosystem: github-actions
78
directory: /
8-
groups:
9-
github-actions:
10-
patterns:
11-
- "*" # Group all Actions updates into a single larger pull request
129
schedule:
1310
interval: weekly

0 commit comments

Comments
 (0)