diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 78454a4e..dfa7fa6c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1,13 @@ version: 2 updates: - - package-ecosystem: github-actions - directory: '/' - ignore: - - dependency-name: "actions/*" - update-types: - ["version-update:semver-minor", "version-update:semver-patch"] + - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: daily + interval: "monthly" open-pull-requests-limit: 10 - - package-ecosystem: npm - directory: '/' + + - package-ecosystem: "npm" + directory: "/" schedule: - interval: daily - open-pull-requests-limit: 10 \ No newline at end of file + interval: "weekly" + open-pull-requests-limit: 10