Skip to content

Commit

Permalink
Set dependabot to ignore major versions for sqlalchemy. (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoboomer authored Mar 8, 2024
1 parent 13d18f4 commit 3e865d2
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@

version: 2
updates:
- package-ecosystem: "npm"
directory: "/frontend"
- package-ecosystem: 'npm'
directory: '/frontend'
schedule:
interval: "weekly"
interval: 'weekly'
versioning-strategy: auto
- package-ecosystem: "pip"
directory: "/backend"
- package-ecosystem: 'pip'
directory: '/backend'
schedule:
interval: "weekly"
interval: 'weekly'
ignore:
- dependency-name: 'sqlalchemy'
update-types:
- 'version-update:semver-major'
versioning-strategy: auto

0 comments on commit 3e865d2

Please sign in to comment.