aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2025-02-16 13:40:54 +0000
committerGravatar GitHub <[email protected]>2025-02-16 13:40:54 +0000
commit60905d84f04315f7f7690b0f49105badcb899cb2 (patch)
tree82bb40a5032e34ee60d25aa7ef7f2e740430f1c5
parentMerge pull request #3260 from dd2480-spring-2025-group-1/kim/test-cases-for-b... (diff)
Configure dependabot to only open PRs for major version bumps (#3227)
Security updates will always open PRs
-rw-r--r--.github/dependabot.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f60e94af8..2f9f77909 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,6 +4,10 @@ updates:
directory: "/"
schedule:
interval: "daily"
+ ignore:
+ update-types:
+ - sem-ver:patch
+ - sem-ver:minor
- package-ecosystem: "github-actions"
directory: "/"
schedule: