diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..d45835572 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "main" + schedule: + interval: monthly + time: "03:00" + + # Maintain dependencies for pip + - package-ecosystem: "pip" + directory: "/" + target-branch: "main" + schedule: + interval: monthly + time: "03:00" + open-pull-requests-limit: 10