Skip to content

Commit 01db58e

Browse files
committed
Github Infrastructure
1 parent b37397a commit 01db58e

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
3+
registries:
4+
npm-github:
5+
type: npm-registry
6+
url: https://npm.pkg.github.com
7+
token: ${{secrets.GH_PACKAGES_TOKEN}}
8+
9+
updates:
10+
# Maintain dependencies for GitHub Actions
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"
15+
16+
# Maintain dependencies for the JavaScript package
17+
- package-ecosystem: "npm"
18+
directory: "/"
19+
registries:
20+
- npm-github
21+
schedule:
22+
interval: "weekly"

0 commit comments

Comments
 (0)