We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dependabot.yml
1 parent f6d755b commit 4b8a81bCopy full SHA for 4b8a81b
.github/dependabot.yml
@@ -1,11 +1,13 @@
1
version: 2
2
+
3
registries:
4
npm-github:
5
type: npm-registry
6
url: https://npm.pkg.github.com
7
token: ${{ secrets.SLIDO_BOT_TOKEN }}
8
9
updates:
- # CI/CD
10
+ # CI actions upgrades
11
- package-ecosystem: 'github-actions'
12
directory: '/'
13
schedule:
@@ -17,7 +19,8 @@ updates:
17
19
assignees:
18
20
- 'pavelsaman'
21
open-pull-requests-limit: 10
- # root
22
23
+ # NPM packages upgrades
24
- package-ecosystem: 'npm'
25
26
- npm-github
0 commit comments