Skip to content

Commit

Permalink
Updated dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikouu committed Oct 10, 2024
1 parent 4a0b4dd commit 535eeb9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
21 changes: 21 additions & 0 deletions .github/_dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/ZeroRedact.DemoSite"
schedule:
interval: "daily"
open-pull-requests-limit: 5
commit-message:
prefix: "chore"
target-branch: "main"
allow:
- dependency-name: "Nikouu.ZeroRedact"
update-types: ["version-update:semver-patch", "version-update:semver-minor", "version-update:semver-major"]
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-prerelease"]
automerge: true
automerge-type: "pr"
labels:
- "dependencies"
- "automerge"
21 changes: 0 additions & 21 deletions .github/dependabot.yml

This file was deleted.

0 comments on commit 535eeb9

Please # to comment.