Skip to content

Commit

Permalink
Merge pull request metal3-io#1209 from Nordix/tuomo/dependabot-config
Browse files Browse the repository at this point in the history
🌱 run dependabot less often for GH actions
  • Loading branch information
metal3-io-bot committed Sep 20, 2023
2 parents b00d604 + 3a115f5 commit c8417be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
commit-message:
prefix: ":seedling:"
labels:
Expand Down Expand Up @@ -85,11 +85,11 @@ updates:
ignore:
# Ignore controller-runtime as its upgraded manually.
- dependency-name: "sigs.k8s.io/controller-runtime"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
# Ignore k8s and its transitives modules as they are upgraded manually
# together with controller-runtime.
- dependency-name: "sigs.k8s.io/controller-tools"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
commit-message:
prefix: ":seedling:"
labels:
Expand Down

0 comments on commit c8417be

Please sign in to comment.