Skip to content

Commit

Permalink
👷 Ignore patch releases instead
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Feb 13, 2025
1 parent ab8ec2d commit 6db2438
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ updates:
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

# Maintain dependencies for Python Packages
- package-ecosystem: "pip"
Expand All @@ -30,6 +33,9 @@ updates:
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

# Maintain dependencies for Python Packages
- package-ecosystem: "pip"
Expand All @@ -39,6 +45,9 @@ updates:
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

# Maintain dependencies for Python Packages
- package-ecosystem: "pip"
Expand All @@ -48,6 +57,9 @@ updates:
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

# Maintain dependencies for docker
- package-ecosystem: "docker"
Expand Down

0 comments on commit 6db2438

Please sign in to comment.