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 (#35)
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 Apr 2, 2022
1 parent 768218c commit a03255d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .dependabot/config.yml

This file was deleted.

31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
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"
- dependency-name: org.kohsuke:github-api
versions:
- "1.122"
- "1.123"
- "1.124"
- "1.125"
- "1.127"
- dependency-name: net.wooga.plugins
versions:
- 1.5.0
registries:
- maven-repository-wooga-jfrog-io-wooga-atlas-maven

0 comments on commit a03255d

Please sign in to comment.