Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce the frequency of Dependabot version updates by only scheduling it to run on Fridays. #927

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 22 additions & 20 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ updates:
github-workflow-dependency-patches:
update-types:
- "patch"
open-pull-requests-limit: 3
open-pull-requests-limit: 5
schedule:
interval: weekly
day: wednesday
day: friday

# A directory of "/" only actually includes .github/workflows.
# A separate section is needed for our custom actions
Expand All @@ -49,10 +49,10 @@ updates:
github-action-dependency-patches:
update-types:
- "patch"
open-pull-requests-limit: 3
open-pull-requests-limit: 5
schedule:
interval: weekly
day: wednesday
day: friday

- package-ecosystem: cargo
directory: /
Expand All @@ -65,10 +65,10 @@ updates:
rust-dependency-patches:
update-types:
- "patch"
open-pull-requests-limit: 3
open-pull-requests-limit: 5
schedule:
interval: weekly
day: tuesday
day: friday

- package-ecosystem: bundler
directory: /docs
Expand All @@ -79,9 +79,10 @@ updates:
jekyll-dependency-patches:
update-types:
- "patch"
open-pull-requests-limit: 3
open-pull-requests-limit: 5
schedule:
interval: monthly
interval: weekly
day: friday

- package-ecosystem: npm
directory: /support-figma/auto-content-preview-widget
Expand All @@ -92,9 +93,10 @@ updates:
figma-widget-dependency-patches:
update-types:
- "patch"
open-pull-requests-limit: 3
open-pull-requests-limit: 5
schedule:
interval: monthly
interval: weekly
day: friday

- package-ecosystem: npm
directory: /support-figma/extended-layout-plugin
Expand All @@ -105,9 +107,10 @@ updates:
figma-plugin-dependency-patches:
update-types:
- "patch"
open-pull-requests-limit: 3
open-pull-requests-limit: 5
schedule:
interval: monthly
interval: weekly
day: friday

- package-ecosystem: gradle
directory: "/"
Expand All @@ -117,12 +120,11 @@ updates:
assignees: [timothyfroehlich]
reviewers: [timothyfroehlich]
target-branch: "main"
# Dependabot groups seem to be busted for Gradle. Uncommenting this will prevent
timothyfroehlich marked this conversation as resolved.
Show resolved Hide resolved
# PRs from being created for Gradle dependencies.
# groups:
# gradle-dependencies-patches:
# update-types:
# - "patch"
open-pull-requests-limit: 3
groups:
gradle-dependencies-patches:
update-types:
- "patch"
open-pull-requests-limit: 5
schedule:
interval: daily
interval: weekly
day: friday