https://github.com/stackabletech/.github
https://github.com/stackabletech/.github
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackabletech/.github
- Owner: stackabletech
- Created: 2022-04-28T07:57:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T14:19:54.000Z (over 1 year ago)
- Last Synced: 2025-03-05T15:27:37.808Z (over 1 year ago)
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- Support: SUPPORT.md
Awesome Lists containing this project
README
# .github
This is a special repository that can be used for a few GitHub features.
Example:
- https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile
## Renovate
It also contains our [shared Renovate bot preset](https://docs.renovatebot.com/config-presets/#github-hosted-presets).
To use the preset create a renovate.json file with this content:
```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>stackabletech/.github:renovate-config"
]
}
```