Skip to content

Commit

Permalink
Reduce Dependabot update frequency
Browse files Browse the repository at this point in the history
Reduce the frequency of Dependabot's dependency updates from weekly to monthly.
  • Loading branch information
ian-noaa authored May 6, 2024
1 parent 75382fd commit 7d2cca7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
pull-request-branch-name:
separator: "-" # Use "-" instead of "/" in branch names to avoid issues with docker registries
assignees:
Expand All @@ -17,7 +17,7 @@ updates:
- package-ecosystem: "docker"
directory: "/docker/ingest"
schedule:
interval: "weekly"
interval: "monthly"
pull-request-branch-name:
separator: "-" # Use "-" instead of "/" in branch names to avoid issues with docker registries
assignees:
Expand All @@ -26,7 +26,7 @@ updates:
- package-ecosystem: "docker"
directory: "/docker/import"
schedule:
interval: "weekly"
interval: "monthly"
pull-request-branch-name:
separator: "-" # Use "-" instead of "/" in branch names to avoid issues with docker registries
assignees:
Expand All @@ -35,7 +35,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
pull-request-branch-name:
separator: "-" # Use "-" instead of "/" in branch names to avoid issues with docker registries
assignees:
Expand All @@ -51,7 +51,7 @@ updates:
- package-ecosystem: "gomod"
directory: "/meta_update_middleware"
schedule:
interval: "weekly"
interval: "monthly"
pull-request-branch-name:
separator: "-" # Use "-" instead of "/" in branch names to avoid issues with docker registries
assignees:
Expand Down

0 comments on commit 7d2cca7

Please sign in to comment.