Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 5d72a1a

Browse files
Merge #726
726: Update Dependabot config file r=mergify[bot] a=dependabot-preview[bot] :wave: Dependabot is moving natively into GitHub! This pull request updates your config file to the [new syntax](https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates). When you merge this pull request, we'll swap out `dependabot-preview` (me) for a new `dependabot` app, and you'll be all set! With this change, you'll now use the [Dependabot page in GitHub](https://github.com/comit-network/create-comit-app/network/updates), rather than the [Dependabot dashboard](https://app.dependabot.com/), to monitor your version updates. Dependabot is now configured exclusively using config files. If you've got any questions or feedback for us, please let us know by creating an issue in the [dependabot/feedback](https://github.com/dependabot/feedback) repository. [Learn more about the relaunch of Dependabot](https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/) Please note that regular `@dependabot` commands do not work on this pull request. :robot::yellow_heart: Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 02a04a4 + 5056eba commit 5d72a1a

File tree

2 files changed

+82
-75
lines changed

2 files changed

+82
-75
lines changed

.dependabot/config.yml

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

.github/dependabot.yml

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/create/new_project/demos/erc20_btc"
5+
schedule:
6+
interval: daily
7+
time: "00:00"
8+
timezone: Australia/Brisbane
9+
labels:
10+
- dependencies
11+
allow:
12+
- dependency-type: direct
13+
- package-ecosystem: npm
14+
directory: "/create/new_project/demos/btc_eth"
15+
schedule:
16+
interval: daily
17+
time: "00:00"
18+
timezone: Australia/Brisbane
19+
labels:
20+
- dependencies
21+
allow:
22+
- dependency-type: direct
23+
- package-ecosystem: npm
24+
directory: "/create/new_project"
25+
schedule:
26+
interval: daily
27+
time: "00:00"
28+
timezone: Australia/Brisbane
29+
labels:
30+
- dependencies
31+
allow:
32+
- dependency-type: direct
33+
- package-ecosystem: npm
34+
directory: "/scripts/npm"
35+
schedule:
36+
interval: daily
37+
time: "00:00"
38+
timezone: Australia/Brisbane
39+
labels:
40+
- dependencies
41+
allow:
42+
- dependency-type: direct
43+
- package-ecosystem: npm
44+
directory: "/create/npm"
45+
schedule:
46+
interval: daily
47+
time: "00:00"
48+
timezone: Australia/Brisbane
49+
labels:
50+
- dependencies
51+
allow:
52+
- dependency-type: direct
53+
- package-ecosystem: npm
54+
directory: "/create/new_project/examples/btc_eth"
55+
schedule:
56+
interval: daily
57+
time: "00:00"
58+
timezone: Australia/Brisbane
59+
labels:
60+
- dependencies
61+
allow:
62+
- dependency-type: direct
63+
- package-ecosystem: cargo
64+
directory: "/"
65+
schedule:
66+
interval: daily
67+
time: "00:00"
68+
timezone: Australia/Brisbane
69+
labels:
70+
- dependencies
71+
allow:
72+
- dependency-type: direct
73+
ignore:
74+
- dependency-name: ethabi
75+
versions:
76+
- ">= 0"
77+
- dependency-name: http
78+
versions:
79+
- ">= 0"
80+
- dependency-name: secp256k1
81+
versions:
82+
- ">= 0"

0 commit comments

Comments
 (0)