Skip to content

Commit fde42a2

Browse files
authored
Add Dependabot config (#57)
Since all components in the Heroku Component Inventory are required to have one. https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference GUS-W-17981042.
1 parent 9d4bc35 commit fde42a2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
rust-dependencies:
9+
update-types:
10+
- "minor"
11+
- "patch"
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "monthly"

0 commit comments

Comments
 (0)