Skip to content

Commit 283c4ba

Browse files
authored
actions: smoother dependabot configuring (fixes #2258) (#2257)
Co-authored-by: dogi <dogi@users.noreply.github.com>
1 parent 6bf853f commit 283c4ba

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5-
61
version: 2
72
updates:
83
- package-ecosystem: "github-actions"
9-
directory: "/"
4+
directories:
5+
- "/"
6+
- "/.github/workflows"
107
schedule:
118
interval: "daily"
9+
commit-message:
10+
prefix: "actions:"
11+
open-pull-requests-limit: 10
1212
- package-ecosystem: "gradle"
13-
directory: "/"
13+
directories:
14+
- "/"
15+
- "/app"
1416
schedule:
1517
interval: "daily"
18+
commit-message:
19+
prefix: "all:"
1620
open-pull-requests-limit: 15

0 commit comments

Comments
 (0)