diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 44ff606b4..b6ad5436b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,17 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + - package-ecosystem: pip directory: "/" schedule: interval: weekly open-pull-requests-limit: 10 target-branch: develop + +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + target-branch: main