Skip to content

Commit

Permalink
chore: turn off dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys authored and fritzy committed Oct 12, 2022
1 parent 37bf6d3 commit fb4be71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 303 deletions.
185 changes: 0 additions & 185 deletions .github/dependabot.yml

This file was deleted.

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

This file was deleted.

4 changes: 4 additions & 0 deletions scripts/template-oss/root.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ module.exports = {
'.github/ISSUE_TEMPLATE/bug.yml': false,
'.github/workflows/ci.yml': 'ci.yml',
'.github/workflows/ci-release.yml': 'ci-release.yml',
'.github/dependabot.yml': false,
'.github/workflows/post-dependabot.yml': false,
},
},
workspaceRepo: {
add: {
'.github/workflows/release.yml': false,
'.github/workflows/ci-release.yml': false,
'.github/dependabot.yml': false,
'.github/workflows/post-dependabot.yml': false,
},
},
lockfile: true,
Expand Down

0 comments on commit fb4be71

Please sign in to comment.