Skip to content

Commit 735dec5

Browse files
malmans2dcherian
andauthored
Dependabot (#332)
Co-authored-by: Deepak Cherian <[email protected]>
1 parent 8d55b50 commit 735dec5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
schedule:
1010
- cron: "0 13 * * 1"
1111

12+
concurrency:
13+
group: ${{ github.ref }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
build:
1418
name: Build (${{ matrix.python-version }}, ${{ matrix.os }})

0 commit comments

Comments
 (0)