Skip to content

Commit 4b8a81b

Browse files
committed
chore: change comments in dependabot.yml
1 parent f6d755b commit 4b8a81b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
version: 2
2+
23
registries:
34
npm-github:
45
type: npm-registry
56
url: https://npm.pkg.github.com
67
token: ${{ secrets.SLIDO_BOT_TOKEN }}
8+
79
updates:
8-
# CI/CD
10+
# CI actions upgrades
911
- package-ecosystem: 'github-actions'
1012
directory: '/'
1113
schedule:
@@ -17,7 +19,8 @@ updates:
1719
assignees:
1820
- 'pavelsaman'
1921
open-pull-requests-limit: 10
20-
# root
22+
23+
# NPM packages upgrades
2124
- package-ecosystem: 'npm'
2225
registries:
2326
- npm-github

0 commit comments

Comments
 (0)