Skip to content

Commit

Permalink
add denpendabot (#272)
Browse files Browse the repository at this point in the history
* Create dependabot.yml
  • Loading branch information
tullyliu committed Oct 25, 2022
1 parent eeb7373 commit 174b877
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/starlight"
schedule:
interval: "weekly"
- package-ecosystem: "maven"
directory: "/spring-cloud-starter-baidu-starlight"
schedule:
interval: "weekly"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[![GitHub issues](https://img.shields.io/github/issues/baidu/starlight?style=social)](https://github.com/baidu/starlight/issues)
[![Codecov branch](https://img.shields.io/codecov/c/gh/baidu/starlight/main?style=social)](https://codecov.io/gh/baidu/starlight)

| GroupId | ArtifactId | Snapshot Version | Stable Version |
|---------------|--------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|
|com.baidu.cloud| starlight-all | [![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/com.baidu.cloud/starlight-all?server=https%3A%2F%2Foss.sonatype.org&style=social)](https://oss.sonatype.org/content/repositories/snapshots/com/baidu/cloud/starlight-all/) | [![Maven Central](https://img.shields.io/maven-central/v/com.baidu.cloud/starlight-all?style=social)](https://repo.maven.apache.org/maven2/com/baidu/starlight-all/) |
| GroupId | ArtifactId | Snapshot Version | Stable Version |
|---------------|--------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|com.baidu.cloud| starlight-all | [![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/com.baidu.cloud/starlight-all?server=https%3A%2F%2Foss.sonatype.org&style=social)](https://oss.sonatype.org/content/repositories/snapshots/com/baidu/cloud/starlight-all/) | [![Maven Central](https://img.shields.io/maven-central/v/com.baidu.cloud/starlight-all?style=social)](https://repo.maven.apache.org/maven2/com/baidu/starlight-all/) |
|com.baidu.cloud| spring-cloud-starter-baidu-starlight | [![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/com.baidu.cloud/spring-cloud-starter-baidu-starlight?server=https%3A%2F%2Foss.sonatype.org&style=social)](https://oss.sonatype.org/content/repositories/snapshots/com/baidu/cloud/spring-cloud-starter-baidu-starlight/) | [![Maven Central](https://img.shields.io/maven-central/v/com.baidu.cloud/spring-cloud-starter-baidu-starlight?style=social)](https://repo.maven.apache.org/maven2/com/baidu/spring-cloud-starter-baidu-starlight/) |

# Starlight: Lightweight Java RPC Framework
Expand Down

0 comments on commit 174b877

Please sign in to comment.