Skip to content

Commit

Permalink
add dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 4, 2024
1 parent ec6a716 commit d508a0e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Reference:
# - https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "dependencies"
labels: ["dependencies"]

- package-ecosystem: "pip"
directory: "/requirements"
schedule:
interval: "daily"
target-branch: "dependencies"
labels: ["dependencies"]

0 comments on commit d508a0e

Please sign in to comment.