Skip to content

Commit

Permalink
ci: update dependabot rule
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed Oct 25, 2024
1 parent 3c18a01 commit d3056d4
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d3056d4

Please sign in to comment.