diff --git a/renovate-config.json5 b/renovate-config.json5 index 1d70ea15..6f0e8fd1 100644 --- a/renovate-config.json5 +++ b/renovate-config.json5 @@ -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 + } + ] }