Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Upgrade to GitHub-native Dependabot (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Jul 20, 2021
1 parent 059659e commit bd63a46
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .dependabot/config.yml

This file was deleted.

48 changes: 48 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
version: 2
registries:
maven-repository-wooga-jfrog-io-wooga-atlas-maven:
type: maven-repository
url: https://wooga.jfrog.io/wooga/atlas-maven
username: atlas
password: "${{secrets.MAVEN_REPOSITORY_WOOGA_JFROG_IO_WOOGA_ATLAS_MAVEN_PASSWORD}}"

updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: org.codehaus.groovy:groovy-all
versions:
- ">= 0"
- dependency-name: org.spockframework:spock-core
versions:
- ">= 0"
- dependency-name: org.kohsuke:github-api
versions:
- "1.122"
- "1.123"
- "1.124"
- "1.125"
- "1.127"
- dependency-name: com.github.kt3k.coveralls
versions:
- 2.10.2
- 2.11.0
- dependency-name: net.bytebuddy:byte-buddy
versions:
- 1.10.19
- 1.10.20
- 1.10.21
- 1.10.22
- dependency-name: com.wooga.spock.extensions:spock-github-extension
versions:
- 0.1.1
- 0.1.2
- dependency-name: com.jfrog.bintray
versions:
- 1.8.5
registries:
- maven-repository-wooga-jfrog-io-wooga-atlas-maven

0 comments on commit bd63a46

Please sign in to comment.