mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
chore: update Renovate config
This commit is contained in:
parent
836dec2763
commit
26318854bc
1 changed files with 4 additions and 4 deletions
8
.github/renovate.json5
vendored
8
.github/renovate.json5
vendored
|
@ -8,8 +8,8 @@
|
||||||
],
|
],
|
||||||
"branchConcurrentLimit": 15,
|
"branchConcurrentLimit": 15,
|
||||||
"github-actions": {
|
"github-actions": {
|
||||||
"fileMatch": [
|
"managerFilePatterns": [
|
||||||
".github/reusable-workflows/.+\\.ya?ml$",
|
"/.github/reusable-workflows/.+\\.ya?ml$/",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
@ -69,8 +69,8 @@
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": [
|
"managerFilePatterns": [
|
||||||
"SpotlessPlugin\.kt$"
|
"/SpotlessPlugin\.kt$/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"KTFMT_VERSION = \"(?<currentValue>.*)\""
|
"KTFMT_VERSION = \"(?<currentValue>.*)\""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue