Skip to content

Commit

Permalink
Allow to update gitsubmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang-33 committed Oct 16, 2023
1 parent cc5acc9 commit 25966f1
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
changelog:
categories:
- title: Breaking Changes
labels:
- breaking-change
- title: line-openapi updates
labels:
- line-openapi-update
- title: New Features
labels:
- new-features
- title: Bug fix
labels:
- bug-fix
- title: Dependency updates
labels:
- dependency upgrade
exclude:
labels:
- line-openapi-update
- title: Other Changes
labels:
- "*"
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,15 @@
"config:base"
],
"automerge": true,
"platformAutomerge": true
"platformAutomerge": true,
"git-submodules": {
"enabled": true
},
"labels": [ "dependency upgrade" ],
"packageRules": [
{
"matchPackagePatterns": ["^line-openapi$"],
"labels": ["dependency upgrade", "line-openapi-update"]
}
]
}

0 comments on commit 25966f1

Please sign in to comment.