Skip to content

Commit

Permalink
Merge pull request #46 from swaroopar/feature/addDependabot
Browse files Browse the repository at this point in the history
add dependabot
  • Loading branch information
iskey authored Dec 11, 2023
2 parents 4b01e9d + 45b66e5 commit 9288d23
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: github-actions
directory: /
schedule:
interval: weekly
- package-ecosystem: maven
commit-message:
prefix: dependencies
directory: /
schedule:
interval: daily
- package-ecosystem: docker
directory: /
schedule:
interval: daily

0 comments on commit 9288d23

Please sign in to comment.