slsa-framework / slsa-verifier

Verify provenance from SLSA compliant builders
Apache License 2.0
226 stars 48 forks source link

chore: Update Renovate config #769

Closed ianlewis closed 4 months ago

ianlewis commented 4 months ago

Summary

Updates renovate config to use the config:best-practices preset rather than the config:base preset since config:base seems to be deprecated.

Also updates the schedule config to use the schedule:monthly preset.

Also adds a pre-submit to run the renovate-config-validator to ensure that renovate config is valid. This pre-submit will need to be made required in the repository branch protection rule for main in the repository settings after this PR is merged.

ianlewis commented 4 months ago

Added the renovate-config-validator as a required pre-submit check on the branch protection rule.