We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bf6d3 commit fb4be71Copy full SHA for fb4be71
.github/dependabot.yml
.github/workflows/post-dependabot.yml
scripts/template-oss/root.js
@@ -5,12 +5,16 @@ module.exports = {
5
'.github/ISSUE_TEMPLATE/bug.yml': false,
6
'.github/workflows/ci.yml': 'ci.yml',
7
'.github/workflows/ci-release.yml': 'ci-release.yml',
8
+ '.github/dependabot.yml': false,
9
+ '.github/workflows/post-dependabot.yml': false,
10
},
11
12
workspaceRepo: {
13
add: {
14
'.github/workflows/release.yml': false,
15
'.github/workflows/ci-release.yml': false,
16
17
18
19
20
lockfile: true,
0 commit comments