diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0ce784f..ef839c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,18 +1,20 @@ version: 2 -cooldown: - default-days: 5 updates: - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: 'daily' + interval: 'weekly' commit-message: prefix: 'chore' include: 'scope' + cooldown: + default-days: 5 - package-ecosystem: 'npm' directory: '/' schedule: - interval: 'daily' + interval: 'weekly' commit-message: prefix: 'chore' include: 'scope' + cooldown: + default-days: 5