Skip to content

Commit

Permalink
Merge pull request #413 from afuetterer/393-dependabot
Browse files Browse the repository at this point in the history
chore: add pip and docker section to dependabot config
  • Loading branch information
huberrob authored Sep 28, 2023
2 parents 94e9bef + c510049 commit e9c7b28
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
directory: /
schedule:
interval: monthly
- package-ecosystem: pip
directory: /
schedule:
interval: monthly
- package-ecosystem: docker
directory: /
schedule:
interval: monthly
target-branch: master

0 comments on commit e9c7b28

Please sign in to comment.