Skip to content

Commit

Permalink
Merge branch '125-only-create-depdendabot-alerts-for-security-updates…
Browse files Browse the repository at this point in the history
…' into 'main'

Resolve "Only create depdendabot alerts for security updates"

Closes #125

See merge request pub/jmon/jmon!104
  • Loading branch information
MatthewJohn committed Mar 15, 2024
2 parents 3b5c57b + 8aa9748 commit 75bcef6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ updates:
directory: "/ui"
schedule:
interval: "weekly"
# Disable version updates, only creating pull requests for security updates
open-pull-requests-limit: 0
commit-message:
prefix: fix
prefix-development: chore
Expand All @@ -15,6 +17,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# Disable version updates, only creating pull requests for security updates
open-pull-requests-limit: 0
commit-message:
prefix: fix
prefix-development: chore
Expand Down

0 comments on commit 75bcef6

Please sign in to comment.