We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43c969 commit 3272d26Copy full SHA for 3272d26
.github/dependabot.yml
@@ -4,23 +4,23 @@ updates:
4
- package-ecosystem: "github-actions"
5
directory: "/"
6
schedule:
7
- interval: "daily"
+ interval: "weekly"
8
commit-message:
9
prefix: "GitHub Actions"
10
include: "scope"
11
# Maintain dependencies for pom.xml
12
- package-ecosystem: "maven"
13
14
15
16
17
prefix: "Maven pom.xml"
18
19
# Maintain dependencies from package.json
20
- package-ecosystem: "npm"
21
directory: "/application/src/main/webapp"
22
23
24
allow:
25
- dependency-name: "@patternfly/*"
26
dependency-type: "direct"
0 commit comments