diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8cff977..37daf38 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,8 +12,28 @@ updates: ignore: - dependency-name: "@fastify/static" update-types: ["version-update:semver-major"] - - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + timezone: Europe/Rome + groups: + minor-actions-dependencies: + update-types: + - minor + - patch + commit-message: + include: scope + prefix: ci + - package-ecosystem: devcontainers + directory: "/" + schedule: + interval: monthly + timezone: Europe/Rome + commit-message: + include: scope + prefix: build