Skip to content

Commit 55a039f

Browse files
dont pin digest
1 parent 58f44e4 commit 55a039f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

renovate.json5

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@
2626
"prHeader": "**Before updating the plugin-api version, make sure to check the [compatibility matrix](https://github.com/SonarSource/sonar-plugin-api?tab=readme-ov-file#compatibility) and stick to the lowest denominator.**"
2727
},
2828
{
29-
"matchManagers": ["github-actions"],
30-
"matchUpdateTypes": ["major"],
31-
"enabled": true
29+
matchManagers: [
30+
"github-actions"
31+
],
32+
matchPackagePatterns: [
33+
"^SonarSource/"
34+
],
35+
pinDigest: false,
3236
},
3337
],
3438
}

0 commit comments

Comments
 (0)