Skip to content

Commit 03c9eb0

Browse files
authored
Merge pull request #231 from EliahKagan/ci
Fix CI and consolidate jobs into fewer workflows
2 parents 1329f98 + 90146fd commit 03c9eb0

File tree

8 files changed

+203
-256
lines changed

8 files changed

+203
-256
lines changed

.github/dependabot.yml

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "pip"
4-
directory: "/"
3+
- package-ecosystem: pip
4+
directory: '/'
55
schedule:
6-
interval: "monthly"
6+
interval: monthly
77
allow:
8-
- dependency-type: "all"
9-
open-pull-requests-limit: 20
8+
- dependency-type: all
109
groups:
1110
python-dependencies:
1211
patterns: ['*']
1312

14-
- package-ecosystem: "github-actions"
15-
directory: "/"
13+
- package-ecosystem: github-actions
14+
directory: '/'
1615
schedule:
17-
interval: "daily"
16+
interval: daily
17+
groups:
18+
github-actions:
19+
patterns: ['*']

.github/workflows/codeql.yml

-95
This file was deleted.

.github/workflows/flake8.yml

-17
This file was deleted.

.github/workflows/pytest-conda.yml

-36
This file was deleted.

.github/workflows/pytest-pipenv-lock.yml

-36
This file was deleted.

.github/workflows/pytest-pipenv.yml

-52
This file was deleted.

.github/workflows/shellcheck.yml

-12
This file was deleted.

0 commit comments

Comments
 (0)