Skip to content

Commit

Permalink
Merge pull request #1305 from flux-iac/dependabot-enable-deps-upgrades
Browse files Browse the repository at this point in the history
Enable non-security dependency upgrades
  • Loading branch information
akselleirv authored Jun 4, 2024
2 parents f9f7362 + 20181b1 commit 5b0ef4e
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,23 @@ version: 2

updates:
- package-ecosystem: "gomod"
directory: "/"
directories:
- "/"
- "/api"
- "/tfctl"
labels: ["area/ci", "dependencies"]
schedule:
interval: "weekly"
# Only do security updates not version updates.
open-pull-requests-limit: 0
groups:
# Group all updates together, so that they are all applied in a single PR.
# Grouped updates are currently in beta and is subject to change.
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
ci:
patterns:
- "*"
go-patch:
update-types:
- "patch"
go-minor:
update-types:
- "minor"
go-major:
update-types:
- "major"


# maintain dependencies for github actions
Expand Down

0 comments on commit 5b0ef4e

Please sign in to comment.