2 Commits

4 changed files with 15 additions and 2 deletions

View File

@ -1,4 +1,8 @@
on:
pull_request:
paths:
- "deploy-dist-to-surge.yml/**"
- ".github/workflows/deploy-dist-to-surge.yml"
push:
paths:
- "deploy-dist-to-surge.yml/**"

View File

@ -1,4 +1,8 @@
on:
pull_request:
paths:
- "docker-build-push/**"
- ".github/workflows/docker-build-push.yml"
push:
paths:
- "docker-build-push/**"

View File

@ -1,4 +1,8 @@
on:
pull_request:
paths:
- "setup-node-environment/**"
- ".github/workflows/setup-node-environment.yml"
push:
paths:
- "setup-node-environment/**"

View File

@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5"
"https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5",
":automergeAll"
],
"dependencyDashboard": false
}