Skip to content

Commit

Permalink
Ignore Flask major upgrades in dependabot (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 authored Nov 14, 2023
1 parent b066d96 commit d4728f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ updates:
python-auto-sample-app-deps:
patterns:
- "*"
ignore:
- dependency-name: "Flask"
update-types:
- "version-update:semver-major"
- package-ecosystem: "pip"
directory: "/sample-apps/python-manual-instrumentation-sample-app"
schedule:
Expand All @@ -67,6 +71,10 @@ updates:
python-manual-sample-app-deps:
patterns:
- "*"
ignore:
- dependency-name: "Flask"
update-types:
- "version-update:semver-major"
- package-ecosystem: "bundler"
directory: "/sample-apps/ruby-rails-sample-app"
schedule:
Expand Down

0 comments on commit d4728f1

Please sign in to comment.