Skip to content

Commit

Permalink
chore: Configure Renovate (#40)
Browse files Browse the repository at this point in the history
## Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that
needs to be fixed. As a precaution, Renovate will stop PRs until it is
resolved.

Location: `renovate.json`
Error type: Invalid JSON (parsing failed)
Message: Syntax error: expecting String near ],
  },
  


Once you have resolved this problem (in this onboarding branch),
Renovate will return to providing you with a preview of your
repository's configuration.
  • Loading branch information
lambchop4prez authored Apr 7, 2024
2 parents 731121e + 7e99a46 commit 391eeb5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":enablePreCommit"],
"flux": {
"fileMatch": ["^cluster/.+\\.ya?ml$"]
},
"helm-values": {
"fileMatch": ["^cluster/.+\\.ya?ml$"]
},
"kubernetes": {
"fileMatch": ["^cluster/.+\\.ya?ml$"]
}
}

0 comments on commit 391eeb5

Please sign in to comment.