Skip to content

Commit

Permalink
chore: add dependabot for deps version update (#36)
Browse files Browse the repository at this point in the history
* chore: add dependabot for deps version update

* chore: maintain dep for github actions

* chore: change dep bot interval
  • Loading branch information
a631807682 authored Feb 24, 2023
1 parent 7ff71fe commit fe227d1
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: gomod
directory: /consul
schedule:
interval: monthly
- package-ecosystem: gomod
directory: /etcd
schedule:
interval: monthly
- package-ecosystem: gomod
directory: /eureka
schedule:
interval: monthly
- package-ecosystem: gomod
directory: /nacos
schedule:
interval: monthly
- package-ecosystem: gomod
directory: /polaris
schedule:
interval: monthly
- package-ecosystem: gomod
directory: /redis
schedule:
interval: monthly
- package-ecosystem: gomod
directory: /servicecomb
schedule:
interval: monthly
- package-ecosystem: gomod
directory: /zookeeper
schedule:
interval: monthly

0 comments on commit fe227d1

Please sign in to comment.