Skip to content

Commit

Permalink
Upgrade to GitHub-native Dependabot (#68)
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 May 2, 2021
1 parent 6738a7e commit a388fee
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 18 deletions.
18 changes: 0 additions & 18 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-maven-pkg-github-com-continuous-x-jenkins-cx:
type: maven-repository
url: https://maven.pkg.github.com/Continuous-X/jenkins-cx/
username: [email protected]
password: "${{secrets.MAVEN_REPOSITORY_MAVEN_PKG_GITHUB_COM_CONTINUOUS_X_JENKINS_CX_PASSWORD}}"

updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 99
target-branch: master
commit-message:
prefix: fix
prefix-development: chore
include: scope
registries:
- maven-repository-maven-pkg-github-com-continuous-x-jenkins-cx
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 99
target-branch: master
commit-message:
prefix: fix
prefix-development: chore
include: scope

0 comments on commit a388fee

Please sign in to comment.