Skip to content

Commit de62cc7

Browse files
committed
chore: added dependabot yml, renamed readme.md
1 parent b8bb655 commit de62cc7

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
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+
8+
updates:
9+
- package-ecosystem: "npm"
10+
directory: "/"
11+
schedule:
12+
interval: "weekly"
13+
labels:
14+
- "dependencies"
15+
registries:
16+
- npm-github
File renamed without changes.

0 commit comments

Comments
 (0)