Skip to content

Commit

Permalink
build(deps): add dependabot (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey authored Nov 15, 2024
1 parent 156038d commit 28f817e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
groups:
patch-updates:
applies-to: version-updates
update-types:
- "patch"
- "minor"
# Including this due to certain github action steps installing via npm
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
groups:
patch-updates:
applies-to: version-updates
update-types:
- "patch"
- "minor"
- package-ecosystem: docker
directory: "/docker"
schedule:
interval: weekly
open-pull-requests-limit: 10
groups:
patch-updates:
applies-to: version-updates
update-types:
- "patch"
- "minor"

0 comments on commit 28f817e

Please sign in to comment.