diff --git a/dependabot.yml b/dependabot.yml new file mode 100644 index 0000000..5d80880 --- /dev/null +++ b/dependabot.yml @@ -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"