Files
atlantis/.github/labeler.yml
Rui Chen aaa6ac078a feat: migrate to use pnpm and add sitemapPlugin (#4043)
* migrate off yarn to pnpm

add `vue` and `@vuepress/client` as peer-dependencies

stick with node 20

update @vuepress/plugin-docsearch dep with `npx vp-update`

add vuepress-plugin-sitemap2 plugin

Signed-off-by: Rui Chen <rui@chenrui.dev>

* replace yarn.lock with pnpm-lock.yaml for labeler

Signed-off-by: Rui Chen <rui@chenrui.dev>

* replace yarnDedupeHighest with pnpmDedupe for renovate

Signed-off-by: Rui Chen <rui@chenrui.dev>

* update website-lint job

Signed-off-by: Rui Chen <rui@chenrui.dev>

---------

Signed-off-by: Rui Chen <rui@chenrui.dev>
2024-02-08 12:26:50 -08:00

46 lines
1.0 KiB
YAML

build:
- changed-files:
- any-glob-to-any-file: 'Dockerfile*'
dependencies:
- changed-files:
- any-glob-to-any-file: 'yarn.lock'
- any-glob-to-any-file: 'go.*'
docs:
- changed-files:
- any-glob-to-any-file: 'runatlantis.io/**/*.md'
- any-glob-to-any-file: 'README.md'
github-actions:
- changed-files:
- any-glob-to-any-file: '.github/**'
go:
- changed-files:
- any-glob-to-any-file: '**/*.go'
provider/azuredevops:
- changed-files:
- any-glob-to-any-file: 'server/**/*azuredevops*.go'
provider/bitbucket:
- changed-files:
- any-glob-to-any-file: 'server/**/*bitbucket*.go'
- any-glob-to-any-file: 'server/events/vcs/bitbucketcloud/*.go'
- any-glob-to-any-file: 'server/events/vcs/bitbucketserver/*.go'
provider/github:
- changed-files:
- any-glob-to-any-file: 'server/**/*github*.go'
provider/gitlab:
- changed-files:
- any-glob-to-any-file: 'server/**/*gitlab*.go'
website:
- changed-files:
- any-glob-to-any-file: 'runatlantis.io/.vuepress/**/*'
- any-glob-to-any-file: 'package.json'
- any-glob-to-any-file: 'pnpm-lock.yaml'