Skip to content

Commit

Permalink
Add dependabot config (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 authored Dec 14, 2024
1 parent fe978af commit 55f5bed
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: wednesday
time: "00:00"

- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: wednesday
time: "00:00"

# Ensure the new version is stored in `package.json`
versioning-strategy: increase

# Update `dependencies` and `devDependencies` separately
# Create grouped PRs for minor/patch updates
# Major version updates will get individual PRs
groups:
production:
dependency-type: production
update-types:
- patch
- minor
development:
dependency-type: development
update-types:
- patch
- minor

0 comments on commit 55f5bed

Please sign in to comment.