Files
hdlbuild/renovate.json
renovate-bot 1f22a78ada
All checks were successful
Auto Changelog & (Release) / release (push) Successful in 14s
Build and Publish nightly package / build-and-publish (push) Successful in 1m37s
chore(deps): add renovate.json
2025-10-02 15:22:27 +00:00

34 lines
568 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommits",
":semanticCommitType(chore)"
],
"semanticCommitScope": "deps",
"packageRules": [
{
"matchDepTypes": [
"action",
"github-runner"
],
"enabled": false
},
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"enabled": true
},
{
"matchUpdateTypes": [
"major"
],
"enabled": false
}
]
}