Skip to content

Commit e00a795

Browse files
Merge pull request #1151 from Chia-Network/dependabotyml
ci: add dependabot.yml
2 parents e40fa8e + 2ef118d commit e00a795

File tree

3 files changed

+99
-89
lines changed

3 files changed

+99
-89
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
target-branch: "develop"

package-lock.json

+91-88
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cadt-ui",
3-
"version": "1.2.11",
3+
"version": "1.2.12",
44
"private": true,
55
"author": "Chia Network Inc. <[email protected]>",
66
"homepage": "./",

0 commit comments

Comments
 (0)