diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 360adf8d..07702dac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,12 @@ -version: 2 updates: - - package-ecosystem: "npm" - directory: "/" + - directory: / + open-pull-requests-limit: 16 + package-ecosystem: github-actions + schedule: + interval: daily + - directory: / open-pull-requests-limit: 16 + package-ecosystem: npm schedule: - interval: "daily" - target-branch: devel + interval: daily +version: 2