Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8782975bde | |||
| 4f76a5c5d1 | |||
| 12df555caf | |||
| 74c24bfec4 | |||
| 1f6f058e06 |
@@ -4,6 +4,14 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "action.json"
|
||||
- "bun-npm.json"
|
||||
- "common.json"
|
||||
- "docker-compose.json"
|
||||
- "golang.json"
|
||||
- "helm.json"
|
||||
- "k8s.json"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches-ignore:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
+11
@@ -96,6 +96,17 @@
|
||||
"platformAutomerge": true,
|
||||
"automergeType": "pr",
|
||||
"addLabels": ["automerge"]
|
||||
},
|
||||
{
|
||||
"description": "Automerge major updates for azure/k8s-deploy to v7",
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"matchPackageNames": ["azure/k8s-deploy"],
|
||||
"matchNewValue": "v7.*",
|
||||
"automerge": true,
|
||||
"platformAutomerge": true,
|
||||
"automergeType": "pr",
|
||||
"addLabels": ["automerge"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user