Skip to content

Commit 418a174

Browse files
authored
Merge pull request #495 from artemrys/add-dependabot
Add dependabot and add Splunk 8.1 to tests
2 parents 9ef9225 + 0f376ca commit 418a174

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/dependabot.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -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

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- ubuntu-latest
1414
python: [ 2.7, 3.7 ]
1515
splunk-version:
16+
- "8.1"
1617
- "8.2"
1718
- "latest"
1819
fail-fast: false

0 commit comments

Comments
 (0)