Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dforbes09 authored Dec 28, 2023
1 parent 374ab6f commit fa34569
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,25 @@ updates:
update-types:
- "minor"
- "patch"
bable:
patterns:
- "@bable*"
update-types:
- "major"

# Use `ignore` to specify dependencies that should not be updated

version: 2
updates:
- package-ecosystem: "npm"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
ignore:
- dependency-name: "express"
# For Express, ignore all Dependabot updates for version 4 and 5
versions: ["4.1.x", "5.x"]
# For Lodash, ignore all updates
- dependency-name: "cryptography(pip)" #lodash was original text here
# For AWS SDK, ignore all patch updates for version updates only
- dependency-name: "aws-sdk"
- dependency-name: "django"
versions: ["3.1.x", "4.x"]
- dependency-name: "cryptography"
- dependency-name: "requests"
update-types: ["version-update:semver-patch"]


0 comments on commit fa34569

Please sign in to comment.