Skip to content

Commit

Permalink
Dependabot (#403)
Browse files Browse the repository at this point in the history
* Create dependabot.yml

* Update dependabot.yml

Add Gradle package ecosystem
  • Loading branch information
topminipie authored Feb 8, 2024
1 parent fb7adf4 commit 5f11d02
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
target-branch: "master"
open-pull-requests-limit: 0

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
target-branch: "master"
open-pull-requests-limit: 0

0 comments on commit 5f11d02

Please sign in to comment.