Skip to content

Commit

Permalink
Upgrade to GitHub-native Dependabot (#812)
Browse files Browse the repository at this point in the history
* Upgrade to GitHub-native Dependabot

* Update .github/dependabot.yml

* Update .github/dependabot.yml

* Update .github/dependabot.yml

* Update .github/dependabot.yml

* Update .github/dependabot.yml

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Kirill Merkushev <[email protected]>
  • Loading branch information
dependabot-preview[bot] and lanwen authored Jul 23, 2021
1 parent 77c2c39 commit ceb663e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .dependabot/config.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
time: "07:00"
timezone: Europe/Berlin
open-pull-requests-limit: 99
rebase-strategy: disabled
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
time: "07:00"
timezone: Europe/Berlin
open-pull-requests-limit: 99
ignore:
- dependency-name: openjdk
versions:
- "> 11.0.2.pre.jdk"
rebase-strategy: disabled

0 comments on commit ceb663e

Please sign in to comment.