Skip to content

Commit

Permalink
Add dependabot (#1)
Browse files Browse the repository at this point in the history
* Add dependabot

* Job name
  • Loading branch information
rogervinas authored Nov 12, 2023
1 parent 4243a4f commit e6b0e45
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 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
12 changes: 2 additions & 10 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle

name: CI

on:
Expand All @@ -15,12 +8,11 @@ on:

jobs:
build:

name: build
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '11'
Expand Down
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/mockserver-testing/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/rogervinas/mockserver-testing/actions/workflows/gradle.yml)
![Java](https://img.shields.io/badge/Java-11-blue?labelColor=black)
![Kotlin](https://img.shields.io/badge/Kotlin-1.6.0-blue?labelColor=black)
![MockServer](https://img.shields.io/badge/MockServer-5.13.2-blue?labelColor=black)

# MockServer Testing

Expand Down

0 comments on commit e6b0e45

Please sign in to comment.