Skip to content

Commit

Permalink
Enable dependabot (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas authored Nov 10, 2023
1 parent 6247b3a commit 12dc387
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 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: gradle
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
7 changes: 3 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ on:

jobs:
build:

name: build
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Java 11
- name: Set up Java
uses: actions/setup-java@v1
with:
java-version: 11
Expand All @@ -28,4 +27,4 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle
- name: Gradle build
run: ./gradlew build --info
run: ./gradlew build
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
![CI](https://github.com/rogervinas/spring-cloud-stream-kafka-step-by-step/actions/workflows/gradle.yml/badge.svg)
![Java](https://img.shields.io/badge/Java-11-blue?labelColor=black)
![Kotlin](https://img.shields.io/badge/Kotlin-1.6.10-blue?labelColor=black)
![SpringBoot](https://img.shields.io/badge/SpringBoot-2.6.2-blue?labelColor=black)

# Spring Cloud Stream & Kafka binder step by step

Expand Down

0 comments on commit 12dc387

Please sign in to comment.