Skip to content

Commit 60a6238

Browse files
Upgrade to GitHub-native Dependabot (#669)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 5bff280 commit 60a6238

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
version: 2
2+
registries:
3+
npm-registry-npm-pkg-github-com:
4+
type: npm-registry
5+
url: https://npm.pkg.github.com
6+
token: "${{secrets.NPM_REGISTRY_NPM_PKG_GITHUB_COM_TOKEN}}"
7+
8+
updates:
9+
- package-ecosystem: npm
10+
directory: "/"
11+
schedule:
12+
interval: monthly
13+
open-pull-requests-limit: 10
14+
ignore:
15+
- dependency-name: y18n
16+
versions:
17+
- 4.0.1
18+
- dependency-name: handlebars
19+
versions:
20+
- 4.7.7
21+
- dependency-name: ini
22+
versions:
23+
- 1.3.8
24+
- dependency-name: standard-version
25+
versions:
26+
- 8.0.1
27+
registries:
28+
- npm-registry-npm-pkg-github-com

0 commit comments

Comments
 (0)