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 a118c9a commit dc66ca2Copy full SHA for dc66ca2
.dependabot/config.yml
@@ -0,0 +1,16 @@
1
+##
2
+## SPDX-FileCopyrightText: 2020 Splunk, Inc. <[email protected]>
3
+## SPDX-License-Identifier: LicenseRef-Splunk-1-2020
4
5
6
+version: 1
7
+update_configs:
8
+ # Keep package.json (& lockfiles) up to date as soon as
9
+ # new versions are published to the npm registry
10
+ - package_manager: "submodules"
11
+ directory: "/"
12
+ update_schedule: "daily"
13
+ # Keep Dockerfile up to date, batching pull requests weekly
14
+ - package_manager: "python"
15
16
+ update_schedule: "live"
0 commit comments