Skip to content

Fix CI and consolidate jobs into fewer workflows #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 25, 2025
18 changes: 10 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
- package-ecosystem: pip
directory: '/'
schedule:
interval: "monthly"
interval: monthly
allow:
- dependency-type: "all"
open-pull-requests-limit: 20
- dependency-type: all
groups:
python-dependencies:
patterns: ['*']

- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: "daily"
interval: daily
groups:
github-actions:
patterns: ['*']
95 changes: 0 additions & 95 deletions .github/workflows/codeql.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/flake8.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/pytest-conda.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/pytest-pipenv-lock.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/pytest-pipenv.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/shellcheck.yml

This file was deleted.

Loading
Loading