Skip to content

Commit

Permalink
fix(renovate): set packageRules for LizardByte actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Nov 18, 2023
1 parent 69da1ec commit 8a4094e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate-config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,14 @@
// beta features
"git-submodules": {
"enabled": true
}
},
// package rules
"packageRules": [
{
// match LizardByte's GitHub actions
"matchManagers": ["github-actions"],
"matchPackagePatterns": ["^LizardByte/"],
"ignoreUnstable": false, // renovate using semver to determine stability, which does not align with our tags
}
]
}

0 comments on commit 8a4094e

Please sign in to comment.