Skip to content

Commit

Permalink
[PRMP-1415] dependabot.yml PRs for terraform and major java version u…
Browse files Browse the repository at this point in the history
…pdates
  • Loading branch information
AndyFlintAnswerDigital committed Jan 23, 2025
1 parent b2d2b5c commit 2b2f858
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gradle"
Expand All @@ -10,6 +7,10 @@ updates:
timezone: "Europe/London"
time: "09:00"
open-pull-requests-limit: 100
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "terraform"
directory: "/terraform"
schedule:
interval: "weekly"
timezone: "Europe/London"
time: "09:00"
open-pull-requests-limit: 100

0 comments on commit 2b2f858

Please sign in to comment.