exclude auto commit action for updates (#4309)

This commit is contained in:
Stavros Kois 2022-11-05 20:24:49 +02:00 committed by GitHub
parent e1224804c3
commit 170c9a53ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@
"matchManagers": ["github-actions"],
"automerge": true,
},
{
"matchManagers": ["github-actions"],
"excludePackageNames": ["stefanzweifel/git-auto-commit-action"]
},
//
// helm deps
//