-
-
Notifications
You must be signed in to change notification settings - Fork 184
Expand file tree
/
Copy pathdependabot.yml
More file actions
21 lines (19 loc) · 674 Bytes
/
dependabot.yml
File metadata and controls
21 lines (19 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`. (No need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
# Allow dependabot to run on GitHub Actions
open-pull-requests-limit: 1
schedule:
interval: "weekly"
day: "saturday"
time: "12:00"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
ignore:
# ignore because it does not work with java 8
- dependency-name: "org.apache.maven.plugins:maven-site-plugin"