Skip to content

Commit

Permalink
chore: config renovate to run once a month
Browse files Browse the repository at this point in the history
  • Loading branch information
kpietraszko committed Jan 1, 2025
1 parent a452fc0 commit a390d3c
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>hywax/renovate-config"]
}
"description": "based on hywax/renovate-config, but different schedule",
"extends": [
"config:recommended",
"group:allNonMajor",
":disableDependencyDashboard",
":semanticCommitTypeAll(chore)"
],
"labels": ["dependencies"],
"rangeStrategy": "bump",
"npm": {
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"automergeSchedule": ["at any time"],
"schedule": ["* * 1 * *"]
}
]
}

0 comments on commit a390d3c

Please sign in to comment.