diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0850f5d31..e8d5c2374 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,18 @@ version: 2 updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: daily - time: "03:00" - open-pull-requests-limit: 10 + - package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + day: monday + time: "03:00" + open-pull-requests-limit: 10 + versioning-strategy: increase + - package-ecosystem: bundler + directory: "/docs/" + schedule: + interval: weekly + day: monday + time: "03:00" + open-pull-requests-limit: 10 + versioning-strategy: increase