Skip to content

Commit

Permalink
Restore dependabot config
Browse files Browse the repository at this point in the history
See:

- #183
  • Loading branch information
lopopolo committed Oct 21, 2023
1 parent 7c0d151 commit 603960c
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
gha-deps:
patterns:
- "*"
assignees:
- lopopolo
labels:
- A-deps
- package-ecosystem: cargo
directory: "/"
schedule:
interval: monthly
groups:
cargo-deps:
patterns:
- "*"
assignees:
- lopopolo
labels:
- A-deps
- package-ecosystem: bundler
directory: "/"
schedule:
interval: monthly
groups:
bundler-deps:
patterns:
- "*"
assignees:
- lopopolo
labels:
- A-deps

0 comments on commit 603960c

Please sign in to comment.