Skip to content

Commit

Permalink
Disable all Dependabot updates apart from security ones
Browse files Browse the repository at this point in the history
As done in alphagov/content-publisher#3287 and alphagov/maslow#1293, we want to disable Dependabot PRs for this deprecated repo.
  • Loading branch information
ChrisBAshton authored Nov 15, 2024
1 parent 10197e6 commit d234a3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ updates:
schedule:
interval: daily
time: "03:00"
open-pull-requests-limit: 10
open-pull-requests-limit: 0
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "03:00"
open-pull-requests-limit: 10
open-pull-requests-limit: 0
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
time: "03:00"
open-pull-requests-limit: 10
open-pull-requests-limit: 0

0 comments on commit d234a3c

Please sign in to comment.