mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
Merge pull request #5 from dafyddj/ci/renovate
ci(renovate): initial commit
This commit is contained in:
commit
228ca899c4
2 changed files with 27 additions and 2 deletions
25
.github/renovate.json5
vendored
Normal file
25
.github/renovate.json5
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"enabledManagers": [
|
||||
"github-actions",
|
||||
"pre-commit",
|
||||
],
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
":enablePreCommit",
|
||||
"helpers:pinGitHubActionDigests",
|
||||
],
|
||||
"automergeStrategy": "merge-commit",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "github-actions minor/patch",
|
||||
},
|
||||
{
|
||||
"matchManagers": ["pre-commit"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "pre-commit hook minor/patch",
|
||||
},
|
||||
],
|
||||
}
|
4
.github/workflows/commitlint.yml
vendored
4
.github/workflows/commitlint.yml
vendored
|
@ -8,5 +8,5 @@ jobs:
|
|||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: wagoid/commitlint-github-action@v5
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: wagoid/commitlint-github-action@v5.5.1
|
||||
|
|
Loading…
Add table
Reference in a new issue