Skip to content

Commit

Permalink
chore: turn off dependabot (npm#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys authored Jan 13, 2023
1 parent 2d3e7c6 commit f57dcfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 163 deletions.
41 changes: 0 additions & 41 deletions .github/dependabot.yml

This file was deleted.

122 changes: 0 additions & 122 deletions .github/workflows/post-dependabot.yml

This file was deleted.

8 changes: 8 additions & 0 deletions scripts/template-oss/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@ module.exports = {
'.github/CODEOWNERS': 'CODEOWNERS',
'.github/ISSUE_TEMPLATE/bug.yml': false,
'.commitlintrc.js': false,
'.github/dependabot.yml': false,
'.github/workflows/post-dependabot.yml': false,
},
},
rootModule: {
add: {
'CODE_OF_CONDUCT.md': false,
},
},
workspaceRepo: {
add: {
'.github/dependabot.yml': false,
'.github/workflows/post-dependabot.yml': false,
},
},
ciVersions: 'latest',
macCI: false,
windowsCI: false,
Expand Down

0 comments on commit f57dcfb

Please sign in to comment.