From 18d68341606e7dad97552d15ae405cab9f764055 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Wed, 3 Aug 2022 12:43:21 +0700 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..1dd8af882 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + - package-ecosystem: npm + directory: "/big-dipper" + schedule: + interval: daily + open-pull-requests-limit: 10 From 30ae661d9f11ab901a078d599889ffaec7718831 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Wed, 3 Aug 2022 12:47:36 +0700 Subject: [PATCH 2/2] Update dependabot.yml --- .github/dependabot.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1dd8af882..de1e386b3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,13 +4,19 @@ updates: directory: "/" schedule: interval: daily - open-pull-requests-limit: 10 + - package-ecosystem: gomod directory: "/" schedule: interval: daily + - package-ecosystem: npm - directory: "/big-dipper" + directory: "/" + schedule: + interval: daily + + - package-ecosystem: cargo + directory: "/cosmwasm" schedule: interval: daily - open-pull-requests-limit: 10 +