Skip to content

Commit

Permalink
Reduce frequency of Dependabot updates (#1185)
Browse files Browse the repository at this point in the history
Reduce the frequency of Dependabot version updates from weekly to
monthly.
  • Loading branch information
ian-noaa committed May 6, 2024
2 parents 2dda6f0 + ccc6dcc commit d9216c4
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 @@ -9,7 +9,7 @@ updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
pull-request-branch-name:
separator: "-" # Use "-" instead of "/" in branch names to avoid issues with docker registries
target-branch: "development" # raise PRs for version updates to GHA against the `development` branch
Expand All @@ -20,9 +20,9 @@ updates:
- package-ecosystem: "gomod"
directory: "/home"
schedule:
interval: "weekly"
interval: "monthly"
pull-request-branch-name:
separator: "-" # Use "-" instead of "/" in branch names to avoid issues with docker registries
target-branch: "development"
assignees:
- "ian-noaa"
- "ian-noaa"

0 comments on commit d9216c4

Please sign in to comment.