Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Coalesce all GHA deps into a single dep group with `directories:` key.
  • Loading branch information
lopopolo authored Feb 1, 2025
1 parent b165aba commit c8d3099
Showing 1 changed file with 9 additions and 85 deletions.
94 changes: 9 additions & 85 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,91 +2,15 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
gha-deps:
patterns:
- "*"
assignees:
- lopopolo
labels:
- A-deps
- package-ecosystem: "github-actions"
directory: "/audit"
schedule:
interval: "monthly"
groups:
gha-deps:
patterns:
- "*"
assignees:
- lopopolo
labels:
- A-deps
- package-ecosystem: "github-actions"
directory: "/build-and-test"
schedule:
interval: "monthly"
groups:
gha-deps:
patterns:
- "*"
assignees:
- lopopolo
labels:
- A-deps
- package-ecosystem: "github-actions"
directory: "/check-minimal-versions"
schedule:
interval: "monthly"
groups:
gha-deps:
patterns:
- "*"
assignees:
- lopopolo
labels:
- A-deps
- package-ecosystem: "github-actions"
directory: "/code-coverage"
schedule:
interval: "monthly"
groups:
gha-deps:
patterns:
- "*"
assignees:
- lopopolo
labels:
- A-deps
- package-ecosystem: "github-actions"
directory: "/lint-and-format"
schedule:
interval: "monthly"
groups:
gha-deps:
patterns:
- "*"
assignees:
- lopopolo
labels:
- A-deps
- package-ecosystem: "github-actions"
directory: "/miri"
schedule:
interval: "monthly"
groups:
gha-deps:
patterns:
- "*"
assignees:
- lopopolo
labels:
- A-deps
- package-ecosystem: "github-actions"
directory: "/rustdoc"
directories:
- "/"
- "/audit"
- "/build-and-test"
- "/check-minimal-versions"
- "/code-coverage"
- "/lint-and-format"
- "/miri"
- "/rustdoc"
schedule:
interval: "monthly"
groups:
Expand Down

0 comments on commit c8d3099

Please sign in to comment.