Skip to content

Commit

Permalink
add dependabot config
Browse files Browse the repository at this point in the history
Dependabot will periodially, once a week, create a PR with updated
common/ submodule if that is needed.
Once a month PRs with bumps of used github actions are to be created
if needed.
  • Loading branch information
zmiklank committed Jun 13, 2023
1 parent 9d945e8 commit 8f9c5cb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---

version: 2
updates:
- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: weekly
labels:
- 'ready for review'
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
labels:
- 'ready for review'

0 comments on commit 8f9c5cb

Please sign in to comment.