mheob / config

A summary of my configurations.
https://www.its-boehm.de
MIT License
2 stars 0 forks source link
configuration eslint-config hacktoberfest prettier-config

Configuration for my projects

Just a summary of my configurations to import easily.

See the readmes in each package for further information.

Tipps

Kodiak

From the official Kodiak docs:

Kodiak's configuration file is a TOML file and should be placed at .kodiak.toml (repository root or .github/.kodiak.toml).

If Kodiak cannot find configuration in the repository, Kodiak will use the global configuration in look in the .github repository if the project is inside of the @mheob scope.

Renovate

Inside of the @mheob scope I can use a shared Renovate configuration.\ For further information see the Renovate Docs.

Please overwrite the schedule in the used Renovate config stored at .github/renovate.json.

{
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": ["local>mheob/.github:renovate-config"],
    "schedule": ["before 4am on Wednesday"]
}