diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4bd1b36..c3437c6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,17 @@ version: 2 updates: -- package-ecosystem: github-actions - directory: / - schedule: - interval: weekly - open-pull-requests-limit: 99 + + - package-ecosystem: gitsubmodule + directory: / + schedule: + interval: daily + open-pull-requests-limit: 99 + labels: + - dependencies + - third-party + + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 99