diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ab78ccf..9efd66c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,9 @@ on: release: types: [created] push: - branches: ["**", "!dependency-updates"] + branches-ignore: + - 'renovate/**' + - 'dependency-updates' jobs: diff --git a/renovate.json b/renovate.json index 859b972..fce5568 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "baseBranches": [ - "dependency-updates" + "dev" ], "dependencyDashboard": true, "labels": [