diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8394863 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + + - package-ecosystem: "pip" # also supports Poetry + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + + - package-ecosystem: "github-actions" # only supports updates using the GitHub repository syntax, such as actions/checkout@v3 + directory: "/" # Location of package manifests + schedule: + interval: "weekly"