We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ef9225 + 0f376ca commit 418a174Copy full SHA for 418a174
.github/dependabot.yaml
@@ -0,0 +1,7 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ target-branch: "master"
6
+ schedule:
7
+ interval: "weekly"
.github/workflows/test.yml
@@ -13,6 +13,7 @@ jobs:
13
- ubuntu-latest
14
python: [ 2.7, 3.7 ]
15
splunk-version:
16
+ - "8.1"
17
- "8.2"
18
- "latest"
19
fail-fast: false
0 commit comments