Skip to content

Commit

Permalink
Adding dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
m-seidel authored Feb 26, 2024
1 parent 99926bd commit 031922d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
time: "08:00"
timezone: "Europe/Berlin"
open-pull-requests-limit: 5
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]

- package-ecosystem: npm
directory: "/slideshow"
schedule:
interval: weekly
time: "08:00"
timezone: "Europe/Berlin"
open-pull-requests-limit: 5
groups:
npm-updates:
update-types:
- "minor"
- "patch"

0 comments on commit 031922d

Please sign in to comment.