mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
Some checks are pending
Build / prepare (push) Waiting to run
Build / commitlint (push) Waiting to run
Build / lint (push) Blocked by required conditions
Build / e2e (example/renovate-config.js) (push) Blocked by required conditions
Build / e2e (example/renovate-config.json) (push) Blocked by required conditions
Build / renovate-config-validator (push) Waiting to run
Build / release (push) Blocked by required conditions
As noted in #910, we have invalid configuration shared as an example,
which isn't ideal.
We should validate any JSON and `config.js` files in the example
directory.
We need to make sure that we override the ESM settings in this repo, as
otherwise we receive:
module is not defined in ES module scope
When trying to validate the `renovate-config.js`.
This also follows the usage of a container from Renovate[0] for using
the container to run the validator.
[0]: 2ab0f77818/.github/workflows/test.yml (L44)
3 lines
25 B
JSON
3 lines
25 B
JSON
{
|
|
"type": "commonjs"
|
|
}
|