Skip to content

mheob/config

Folders and files

NameName
Last commit message
Last commit date
May 7, 2025
Apr 13, 2025
Aug 5, 2024
Apr 12, 2025
May 7, 2025
May 1, 2025
Sep 21, 2022
May 31, 2024
May 21, 2024
May 1, 2025
Nov 7, 2023
Jul 24, 2022
Apr 13, 2025
Apr 11, 2025
Aug 5, 2024
May 1, 2025
May 1, 2025
May 1, 2025
Aug 5, 2024
Apr 16, 2025

Repository files navigation

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 which is defined in the mheob/renovate-config repo.
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": ["github>mheob/renovate-config"],
	"schedule": ["before 4am on Wednesday"]
}