Skip to content

Commit

Permalink
add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Jun 18, 2023
1 parent 370c7f4 commit 3277a0f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Lint
run: npm run lint

- name: Run Test API
- name: Run Test
run: npm run test

- name: Build
Expand Down
8 changes: 8 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": [
"algolia"
],
"baseBranches": [
"chore/renovateBaseBranch"
]
}
9 changes: 0 additions & 9 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,4 @@ program
}
});

// program
// .command('github')
// .description('Extract a Github repository using the API')
// .argument('<repository>', 'repository to analyse')
// .option('--output', 'output json to a file', 'output.json')
// .action(() => {
// console.log('action, github');
// });

program.parse(process.argv);
2 changes: 2 additions & 0 deletions src/provider/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ export const IGNORED_DIVE_PATHS = [
'.vercel',
'.terraform',
'terraform.tfstate.d',
'__fixtures__',
'__snapshots__',
];

0 comments on commit 3277a0f

Please sign in to comment.