Skip to content

Commit 42dbd0b

Browse files
claudedeviantintegral
authored andcommitted
fix: disable strict mode in renovate config validator
Strict mode causes failures when a config migration is available.
1 parent b393f93 commit 42dbd0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/renovate-config-validator.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717
- uses: deviantintegral/github-action-renovate-config-validator@322e333e6885127adce1185bf8a377a3fd053c66 # fix-latest-version
18+
with:
19+
strict: false

0 commit comments

Comments
 (0)