Skip to content

Commit

Permalink
Update automergeGitHubActions.json (#381)
Browse files Browse the repository at this point in the history
tqer39 authored Mar 19, 2024
1 parent 674c297 commit 1ab19ae
Showing 1 changed file with 31 additions and 15 deletions.
46 changes: 31 additions & 15 deletions automergeGitHubActions.json
Original file line number Diff line number Diff line change
@@ -6,9 +6,9 @@
"github-actions"
],
"automerge": true,
"major": {
"automerge": false
},
"matchUpdateTypes": [
"minor", "patch"
],
"matchManagers": [
"github-actions"
]
@@ -17,28 +17,44 @@
"addLabels": [
"github-actions"
],
"matchPackageNames": [
"actions/checkout",
"aws-actions/configure-aws-credentials",
"terraform-linters/setup-tflint"
],
"automerge": true,
"matchUpdateTypes": [
"major"
],
"automerge": true
"matchPackageNames": [
"actions/cache",
"actions/checkout",
"actions/labeler",
"actions/setup-python",
"actions/setup-node",
"aws-actions/amazon-ecr-login",
"aws-actions/aws-secretsmanager-get-secrets",
"aws-actions/configure-aws-credentials",
"actions/upload-pages-artifact@v1",
"DataDog/synthetics-ci-github-action",
"docker/build-push-action",
"docker/setup-qemu-action",
"docker/setup-buildx-action",
"hashicorp/setup-terraform",
"kentaro-m/auto-assign-action",
"pnpm/action-setup"
]
},
{
"addLabels": [
"github-actions"
"groupName": [
"GitHub Page Actions"
],
"matchPackageNames": [
"tflint"
"addLabels": [
"github-actions", "GitHub Pages"
],
"automerge": true,
"matchUpdateTypes": [
"minor",
"major"
],
"automerge": true
"matchPackageNames": [
"actions/configure-pages",
"actions/deploy-pages"
]
}
]
}

0 comments on commit 1ab19ae

Please sign in to comment.