Skip to content

Commit fb4be71

Browse files
lukekarrysfritzy
authored andcommitted
chore: turn off dependabot
1 parent 37bf6d3 commit fb4be71

File tree

3 files changed

+4
-303
lines changed

3 files changed

+4
-303
lines changed

.github/dependabot.yml

-185
This file was deleted.

.github/workflows/post-dependabot.yml

-118
This file was deleted.

scripts/template-oss/root.js

+4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ module.exports = {
55
'.github/ISSUE_TEMPLATE/bug.yml': false,
66
'.github/workflows/ci.yml': 'ci.yml',
77
'.github/workflows/ci-release.yml': 'ci-release.yml',
8+
'.github/dependabot.yml': false,
9+
'.github/workflows/post-dependabot.yml': false,
810
},
911
},
1012
workspaceRepo: {
1113
add: {
1214
'.github/workflows/release.yml': false,
1315
'.github/workflows/ci-release.yml': false,
16+
'.github/dependabot.yml': false,
17+
'.github/workflows/post-dependabot.yml': false,
1418
},
1519
},
1620
lockfile: true,

0 commit comments

Comments
 (0)