diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 60f67963d..f2acabca8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,14 @@ version: 2 updates: - package-ecosystem: github-actions - directory: '/' + directory: "/" + groups: + production-dependencies: + dependency-type: "production" + development-dependencies: + dependency-type: "development" schedule: interval: daily - time: '04:00' + time: "06:00" + timezone: "Europe/Stockholm" open-pull-requests-limit: 10