Skip to content

Commit

Permalink
Merge pull request #40 from Workable/sre-5366/github-actions-dependabot
Browse files Browse the repository at this point in the history
feat(ci): Add dependabot config for GitHub Actions
  • Loading branch information
nickstamat authored Apr 16, 2024
2 parents 7f0a038 + a90b824 commit 9cfe690
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "/"
interval: monthly
rebase-strategy: disabled
- package-ecosystem: docker
directory: /
schedule:
interval: "weekly"
interval: weekly

0 comments on commit 9cfe690

Please sign in to comment.