Skip to content

Commit

Permalink
chore(ci): sets up dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Jul 13, 2024
1 parent 661494e commit da16678
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# yaml-language-server: $schema:https://json.schemastore.org/dependabot-2.0.json
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
# Group minor and patch updates for both dependencies and devDependencies
# into a single PR so there's less PR's we have to mind.
groups:
non-major-node-dev-dependencies:
dependency-type: development
update-types:
- minor
- patch
non-major-node-dependencies:
dependency-type: production
update-types:
- minor
- patch
commit-message:
prefix: "build"
prefix-development: "build"
include: scope

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
all-github-actions:
update-types: ["major", "minor", "patch"]
commit-message:
prefix: "ci"
include: scope

0 comments on commit da16678

Please sign in to comment.