diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6b78b77..7f531b8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,16 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + commit-message: + prefix: ci + include: scope - package-ecosystem: "npm" directory: "/admin-support-cli" schedule: interval: "weekly" - day: "monday" - time: "09:00" - timezone: "Europe/Berlin" \ No newline at end of file + commit-message: + prefix: build + include: scope