Skip to content

Commit 9544a85

Browse files
authored
Merge pull request #75 from Staffbase/ci-1040-fix-dependabot
2 parents 3516d09 + 34dd559 commit 9544a85

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
version: 2
2-
registries:
3-
npm-github:
4-
type: npm-registry
5-
url: https://npm.pkg.github.com
6-
token: ${{secrets.STAFFBOT_NPM_READ}}
7-
82
updates:
93
- package-ecosystem: "npm"
104
directory: "/"
@@ -14,5 +8,12 @@ updates:
148
default-days: 7
159
labels:
1610
- "dependencies"
17-
registries:
18-
- npm-github
11+
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
labels:
17+
- "dependencies"
18+
cooldown:
19+
default-days: 7

0 commit comments

Comments
 (0)