Skip to content
Open
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
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 7
Comment on lines +10 to +11

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The cooldown key is not a valid option in the GitHub Dependabot configuration schema. Adding unsupported keys to .github/dependabot.yml will cause a parsing error, which disables Dependabot updates entirely for the repository. Please remove this block.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

groups:
all-github-actions:
patterns: [ "*" ]
Expand Down Expand Up @@ -71,6 +73,8 @@ updates:
prefix: "[dependabot]"
schedule:
interval: "weekly"
cooldown:
default-days: 7
Comment thread
tarrinneal marked this conversation as resolved.
labels:
- "autosubmit"
- "triage-android"
Expand Down Expand Up @@ -105,6 +109,8 @@ updates:
prefix: "[dependabot]"
schedule:
interval: "weekly"
cooldown:
default-days: 7
Comment thread
tarrinneal marked this conversation as resolved.
open-pull-requests-limit: 10
labels:
- "autosubmit"
Expand Down
Loading