Skip to content

Commit

Permalink
Merge pull request #136 from nordic-institute/dependabot-ignore-deps-…
Browse files Browse the repository at this point in the history
…py3.9

chore: Ignore dependencies that require python >= 3.9 from dependabot
  • Loading branch information
melbeltagy authored Oct 18, 2024
2 parents aadd1b4 + 10eb629 commit 96e363e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@ updates:
applies-to: version-updates
update-types:
- "major"
ignore: # ignoring the following packages as they require python >= 3.9
- dependency-name: "matplotlib"
versions:
- ">= 3.8.0"
- dependency-name: "pandas"
versions:
- ">= 2.1.0"
- dependency-name: "weasyprint"
versions:
- ">= 62.0"
- dependency-name: "numpy"
versions:
- ">= 1.25.0"
- dependency-name: "contourpy"
versions:
- ">= 1.2.0"

- package-ecosystem: "github-actions"
directory: "/.github/workflows"
Expand Down

0 comments on commit 96e363e

Please sign in to comment.