Skip to content

Commit

Permalink
[build] add things to skip to github release notes generation
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 21, 2024
1 parent cd5bc11 commit 566bac6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
changelog:
exclude:
labels:
-dependencies
authors:
- selenium-ci
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"labels": ["dependencies"],
"packageRules": [
{
"matchPackageNames": ["bazel", "bazelisk"],
Expand All @@ -19,7 +20,7 @@
"commitMessagePrefix": "[js]"
},
{
"matchPackageNames": ["pip_requreiements"],
"matchPackageNames": ["pip_requirements"],
"commitMessagePrefix": "[py]"
},
{
Expand Down

0 comments on commit 566bac6

Please sign in to comment.