Skip to content

Commit

Permalink
add dependabot for github actions and pip
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jan 19, 2024
1 parent 9536f1e commit 40561fc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Dependabot configuration
# ref: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 40561fc

Please sign in to comment.