diff --git a/.github/dependabot.yml b/.github/dependabot.yml index adad611..e003072 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,18 @@ version: 2 updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: monthly - time: "04:00" - timezone: Europe/Berlin - open-pull-requests-limit: 20 - assignees: - - forelleblau - versioning-strategy: increase + - package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + time: "04:00" + timezone: Europe/Berlin + open-pull-requests-limit: 15 + versioning-strategy: increase + + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + time: "04:00" + timezone: Europe/Berlin + open-pull-requests-limit: 15