diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5a99cf6..5371e8d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,6 +29,6 @@ jobs: runs-on: ubuntu-latest defaults: {run: {working-directory: ./renovate}} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 - run: npx --yes --package renovate -- renovate-config-validator --strict default.json diff --git a/renovate/default.json b/renovate/default.json index c32d91f..df9ac85 100644 --- a/renovate/default.json +++ b/renovate/default.json @@ -18,15 +18,15 @@ "minimumReleaseAge": "7 days", "docker-compose": { "enabled": true, - "fileMatch": ["(^|/)(?:docker-)?compose[^/]*\\.ya?ml$"], + "managerFilePatterns": ["(^|/)(?:docker-)?compose[^/]*\\.ya?ml$"], "digest": {"enabled": false} }, - "helmv3": {"fileMatch": ["(^|/)values.*\\.ya?ml$"]}, + "helmv3": {"managerFilePatterns": ["(^|/)values.*\\.ya?ml$"]}, "customManagers": [ { "customType": "regex", "description": "Custom renovations", - "fileMatch": [ + "managerFilePatterns": [ "(^|/|\\.)Dockerfile$", "(^|/)Dockerfile\\.[^/]*$", "\\.hcl$",