Skip to content

Commit

Permalink
feat: change ornikar config ignoreRepoPattern
Browse files Browse the repository at this point in the history
exclude `bigquery-dbt` env
  • Loading branch information
vincentpeti committed Dec 15, 2021
1 parent f4a0d67 commit 1bd694b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accountConfigs/ornikar.ts
Expand Up @@ -3,7 +3,7 @@ import type { Config } from './types';
const config: Config<'dev' | 'design', 'ops' | 'frontends' | 'backends'> = {
autoAssignToCreator: true,
trimTitle: true,
ignoreRepoPattern: '(infra-.*|devenv)',
ignoreRepoPattern: '(infra-.*|devenv|bigquery-dbt)',
requiresReviewRequest: true,
autoMergeRenovateWithSkipCi: false,
prDefaultOptions: {
Expand Down

0 comments on commit 1bd694b

Please sign in to comment.