diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bf3a1614..706379ca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,19 @@ version: 2 updates: - - package-ecosystem: npm + - package-ecosystem: 'github-actions' directory: '/' schedule: + day: 'sunday' interval: 'monthly' + time: '02:00' + timezone: 'Europe/Berlin' + - package-ecosystem: 'npm' + directory: '/' + schedule: day: 'sunday' + interval: 'monthly' + time: '02:00' + timezone: 'Europe/Berlin' pull-request-branch-name: separator: '-' target-branch: 'main'