Skip to content

Commit

Permalink
ci: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
blahspam committed Jul 24, 2024
1 parent 4fba144 commit f94a216
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
11 changes: 7 additions & 4 deletions .github/releases.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
changelog:
exclude:
labels:
- dependency
- duplicate
- question
- wontfix
authors:
- blahspambot
- linear-ci_comcast
- renovate
categories:
- title: Features
- title: Features 🚀
labels:
- enhancement
- title: Fixes
- feature
- title: Fixes 🛠
labels:
- bug
- title: Other Changes
- fix
- title: Other Changes 📦
labels:
- "*"
14 changes: 7 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":semanticCommitTypeAll(chore)"
],
"enabledManagers": [
Expand All @@ -10,6 +10,9 @@
"pre-commit"
],
"gitAuthor": "blahspam-bot <[email protected]>",
"labels": [
"dependency"
],
"packageRules": [
{
"matchUpdateTypes": [
Expand All @@ -29,13 +32,10 @@
],
"platform": "github",
"platformAutomerge": true,
"pre-commit": {
"enabled": true
},
"postUpdateOptions": [
"gomodTidy"
],
"repositories": [
"Comcast/scte35-go"
]
"pre-commit": {
"enabled": true
}
}

0 comments on commit f94a216

Please sign in to comment.