Skip to content

Commit dc66ca2

Browse files
author
rfaircloth-splunk
committed
Create config.yml
1 parent a118c9a commit dc66ca2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.dependabot/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: "/"
16+
update_schedule: "live"

0 commit comments

Comments
 (0)