Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhlba91/cm
gitStream.cm Global Configuration
https://github.com/muhlba91/cm
configuration gitstream
Last synced: about 1 month ago
JSON representation
gitStream.cm Global Configuration
- Host: GitHub
- URL: https://github.com/muhlba91/cm
- Owner: muhlba91
- License: gpl-3.0
- Created: 2024-10-27T11:25:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T15:02:26.000Z (about 2 months ago)
- Last Synced: 2024-11-25T16:22:56.934Z (about 2 months ago)
- Topics: configuration, gitstream
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# gitStream Configuration
[![Build status](https://img.shields.io/github/actions/workflow/status/muhlba91/cm/pipeline.yml?style=for-the-badge)](https://github.com/muhlba91/cm/actions/workflows/pipeline.yml)
[![License](https://img.shields.io/github/license/muhlba91/cm?style=for-the-badge)](LICENSE.md)
[![](https://api.scorecard.dev/projects/github.com/muhlba91/cm/badge?style=for-the-badge)](https://scorecard.dev/viewer/?uri=github.com/muhlba91/cm)This repository contains the configuration for [gitStream](https://gitstream.cm).
---
## Configuration
Each `*.cm` file represents a named configuration for gitStream. The configuration file is a YAML file.
Filters are placed in the `plugins/filters` directory as per [gitStream documentation](https://docs.gitstream.cm/plugins/).
To run the configuration, `.github/workflows/gitstream.yml` is used.
### List of Configurations
- [`renovate_github_actions.cm`](renovate_github_actions.cm)
- auto-approves and merges updates to GitHub Actions workflows
- [`renovate_minor.cm`](renovate_minor.cm)
- auto-approves and merges minor updates
- excludes Kubernetes GitOps repositories
- [`renovate_patch.cm`](renovate_patch.cm)
- auto-approves and merges patch updates
- [`repository_owner.cm`](repository_owner.cm)
- auto-approves pull requests from the repository owner