Merge pull request #65 from IT4Change/26-feature-dependabot

feat(other): add dependabot for Github Actions and packages
This commit is contained in:
mahula 2023-10-05 12:55:50 +02:00 committed by GitHub
commit 9109c448f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
rebase-strategy: "disabled"
schedule:
interval: weekly
day: "saturday"
timezone: "Europe/Berlin"
time: "03:00"
- package-ecosystem: npm
directory: "/"
rebase-strategy: "disabled"
schedule:
interval: weekly
day: "saturday"
timezone: "Europe/Berlin"
time: "03:00"