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,
|
||||
"github-actions": {
|
||||
"fileMatch": [
|
||||
".github/reusable-workflows/.+\\.ya?ml$",
|
||||
"managerFilePatterns": [
|
||||
"/.github/reusable-workflows/.+\\.ya?ml$/",
|
||||
],
|
||||
},
|
||||
"packageRules": [
|
||||
|
@ -69,8 +69,8 @@
|
|||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"SpotlessPlugin\.kt$"
|
||||
"managerFilePatterns": [
|
||||
"/SpotlessPlugin\.kt$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"KTFMT_VERSION = \"(?<currentValue>.*)\""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue