My default configurations.
Update repository access for the bots in GitHub settings.
The Git config has been supplemented with select options from How Core Git Developers Configure Git. The user.signingkey option should also be configured with your GPG signing key ID.
Note that the config won't be applied with the .gitconfig file in a repository, the contents should be added to .git/config within a repository or ~/.gitconfig to apply globally.
The Git attributes will apply the specified filter in repositories that it's present in. Consider replacing jupyter with the full path to the Jupyter executable.
Note that the .gitignore file is not a template; this is the .gitignore for this repository. See github/gitignore for templates.
This config is based on guides from ietf/terminology and the Inclusive Naming Initiative.
Use this in another repo by adding the code below to .github/in-solidarity.yml.
_extends: cmenon12/configSee the Renovate documentation for available options.
Use this in another repo by adding the code below to renovate.json.
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>cmenon12/config(your-repo-slug)"
]
}The label used to denote dependencies is dependencies, in colour #A141FA.
Note that this sets "ignoreTests": true because
almost all of my repositories don't have any tests or status checks. Make sure to set this to false if you repository does.
Open the Renovate dashboard to configure onboarding and view the logs.