Skip to content

Commit 823afe3

Browse files
Upgrade to GitHub-native Dependabot (#820)
* Upgrade to GitHub-native Dependabot * Update dependabot.yml Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Robert Wagner <[email protected]>
1 parent 9bbc456 commit 823afe3

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.dependabot/config.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "07:00"
8+
open-pull-requests-limit: 10
9+
labels:
10+
- dependencies
11+
ignore:
12+
- dependency-name: ember-cli
13+
versions:
14+
- ">= 0"

0 commit comments

Comments
 (0)