Skip to content

Commit

Permalink
chore(ci): enable Dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Miller <[email protected]>
  • Loading branch information
Djelibeybi committed Aug 13, 2024
1 parent 8a22b94 commit a608eb3
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: "sunday"
time: "10:00"
groups:
actions-minor:
update-types:
- "minor"
- "patch"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: weekly
day: "sunday"
time: "08:00"
groups:
npm-development:
dependency-type: "development"
update-types:
- "minor"
- "patch"
npm-production:
dependency-type: "production"
update-types:
- "patch"

0 comments on commit a608eb3

Please sign in to comment.