Skip to content

Commit

Permalink
Merge pull request #65 from IT4Change/26-feature-dependabot
Browse files Browse the repository at this point in the history
feat(other): add dependabot for Github Actions and packages
  • Loading branch information
mahula authored Oct 5, 2023
2 parents ec1c50d + fab7762 commit 9109c44
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 9109c44

Please sign in to comment.