Skip to content

Commit

Permalink
Upgrade to GitHub-native Dependabot (#18)
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] committed May 18, 2021
1 parent d3d2e8e commit 3038614
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .dependabot/config.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,21 @@
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.spockframework:spock-core
versions:
- ">= 0"
registries:
- maven-repository-wooga-jfrog-io-wooga-atlas-maven

0 comments on commit 3038614

Please sign in to comment.