mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-05-08 21:12:26 +00:00
5f11d022cd
* Create dependabot.yml * Update dependabot.yml Add Gradle package ecosystem
19 lines
514 B
YAML
19 lines
514 B
YAML
# 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
|