mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 04:07:03 +05:30
fix(renoate): migrate config
This commit is contained in:
parent
bc81e91573
commit
9e403cd199
1 changed files with 3 additions and 2 deletions
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base",
|
"config:recommended",
|
||||||
":dependencyDashboard",
|
":dependencyDashboard",
|
||||||
"helpers:pinGitHubActionDigests",
|
"helpers:pinGitHubActionDigests",
|
||||||
"github>msfjarvis/shared-workflows//renovate/automerge"
|
"github>msfjarvis/shared-workflows//renovate/automerge"
|
||||||
|
@ -60,8 +60,9 @@
|
||||||
"allowedVersions": "<=1.0.0",
|
"allowedVersions": "<=1.0.0",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"regexManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"SpotlessPlugin\.kt$"
|
"SpotlessPlugin\.kt$"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue