diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c165139107a..7fc6d91b7d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,10 +4,17 @@ updates: directory: '/' schedule: interval: daily - time: '00:00' + time: '08:00' timezone: 'Europe/Berlin' open-pull-requests-limit: 2 allow: - dependency-type: 'production' ignore: - dependency-name: 'devtools-protocol' + - package-ecosystem: 'github-actions' # Necessary to update action hash + directory: '/' + schedule: + interval: weekly + time: '08:00' + timezone: 'Europe/Berlin' + open-pull-requests-limit: 2