Skip to content

Commit

Permalink
Merge pull request #67 from osmosis-labs/dependabot
Browse files Browse the repository at this point in the history
Add dependabot
  • Loading branch information
alpe authored Sep 21, 2023
2 parents e9a4c95 + 7b120cc commit c4f46d8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/demo"
schedule:
interval: daily
time: "01:05"
labels:
- dependencies
- package-ecosystem: gomod
directory: "/x"
schedule:
interval: daily
time: "01:20"
labels:
- dependencies
- package-ecosystem: gomod
directory: "/tests/e2e"
schedule:
interval: daily
time: "01:35"
labels:
- dependencies
- package-ecosystem: gomod
directory: "/tests/starship"
schedule:
interval: daily
time: "01:55"
labels:
- dependencies

0 comments on commit c4f46d8

Please sign in to comment.