mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-19 21:05:25 +08:00
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
|