@reggi/path-to-regexp
@reggi/path-to-regexp
dependabot/npm_and_yarn/main/copy-to-clipboard-4.0.2
dependabot/npm_and_yarn/main/eslint-10.4.0
dependabot/npm_and_yarn/main/npmcli/eslint-config-7.0.0
dependabot/npm_and_yarn/main/proc-log-7.0.0
dependabot/npm_and_yarn/npm_and_yarn-826852524d
dependabot/npm_and_yarn/npm_and_yarn-ab9a7f4bc2
deprecate-totp-2fa
dhei/classic-tokens
gat-bypass-2fa-docs
jpg619/fix-accessibility-content-flow
jpg619/version-bump-tar-2
kartykp/gat-bypass-2fa-docs
kartykp/upgrade-path-to-regex
main
maitxn/version-bump-tar
patch-1
reggi/cache-based-on-version
reggi/dev-engines
reggi/fix-transform-prettier
reggi/overrides
update-search-sensitivity
| 1 | module.exports = { |
| 2 | rootRepo: { |
| 3 | add: { |
| 4 | '.github/workflows/ci.yml': 'ci-yml.hbs', |
| 5 | '.github/workflows/publish.yml': 'publish-yml.hbs', |
| 6 | '.github/CODEOWNERS': false, |
| 7 | '.github/ISSUE_TEMPLATE/bug.yml': false, |
| 8 | '.commitlintrc.js': false, |
| 9 | '.github/settings.yml': false, |
| 10 | '.github/dependabot.yml': 'dependabot-yml.hbs', |
| 11 | }, |
| 12 | }, |
| 13 | rootModule: { |
| 14 | add: { |
| 15 | 'package.json': {file: 'package-json.hbs', overwrite: false}, |
| 16 | '.eslintrc.js': false, |
| 17 | 'CODE_OF_CONDUCT.md': false, |
| 18 | 'CONTRIBUTING.md': false, |
| 19 | }, |
| 20 | }, |
| 21 | workspaceRepo: { |
| 22 | add: { |
| 23 | '.github/settings.yml': false, |
| 24 | '.github/dependabot.yml': false, |
| 25 | }, |
| 26 | }, |
| 27 | workspaceModule: { |
| 28 | add: { |
| 29 | '.eslintrc.js': false, |
| 30 | }, |
| 31 | }, |
| 32 | ciVersions: 'latest', |
| 33 | latestCiVersion: 22, |
| 34 | macCI: false, |
| 35 | windowsCI: false, |
| 36 | lockfile: true, |
| 37 | // these need to be allowed since they need to installed explicitly since |
| 38 | // the repo uses legacy-peer-deps to avoid gatsby errors |
| 39 | allowedPackages: ['eslint', 'eslint-plugin-import', 'eslint-plugin-node', 'eslint-plugin-promise'], |
| 40 | requiredPackages: { |
| 41 | devDependencies: [], |
| 42 | }, |
| 43 | allowPaths: [ |
| 44 | '/.nvmrc', |
| 45 | '/.prettierignore', |
| 46 | '/.prettierrc.js', |
| 47 | '/.reuse/', |
| 48 | '/CODE_OF_CONDUCT.md', |
| 49 | '/CONTENT-MODEL.md', |
| 50 | '/content/', |
| 51 | '/CONTRIBUTING.md', |
| 52 | '/gatsby-*', |
| 53 | '/jest*.js', |
| 54 | '/LICENSE*', |
| 55 | '/src', |
| 56 | '/static/', |
| 57 | '/webpack.config.js', |
| 58 | ], |
| 59 | } |