Skip to content
Open
Show file tree
Hide file tree
Changes from 5 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: 0 additions & 6 deletions .github/renovate.json

This file was deleted.

18 changes: 18 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"extends": [
// Use pre-determined best practices, including some groupings and github action digest pinning - https://docs.renovatebot.com/presets-config/#configbest-practices
"config:best-practices",
// Create version bump PRs on a monthly basis - https://docs.renovatebot.com/presets-schedule/#schedulemonthly
"schedule:monthly",
Comment thread
aandreassa marked this conversation as resolved.
Outdated
],
// packageRules take precedence (override 'extends' configs)
"packageRules": [
// Group all patch updates together - there doesn't seem to be an existing preset for this
{
"matchUpdateTypes": ["patch"],
"groupName": "all patch updates"
}
],
// Increase compatibility with other projects - https://docs.renovatebot.com/modules/manager/gleam/#recommended-rangestrategy-for-apps-and-libraries
"rangeStrategy": "widen",
}
Loading