Skip to content

Commit

Permalink
Reduce frequency of Dependabot updates
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 authored May 6, 2024
1 parent 2dda6f0 commit ccc6dcc
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 ccc6dcc

Please sign in to comment.