update ci, actually add ruleset

This commit is contained in:
Cody Robibero
2021-12-14 07:44:50 -07:00
parent 2445823c5a
commit 7cc0743a93
5 changed files with 182 additions and 26 deletions
+18 -15
View File
@@ -1,26 +1,29 @@
version: 2
updates:
# Fetch and update latest `nuget` pkgs
- package-ecosystem: "nuget"
directory: "/"
- package-ecosystem: nuget
directory: /
schedule:
interval: "daily"
time: "00:00"
interval: weekly
open-pull-requests-limit: 10
labels:
- chore
- dependency
- nuget
commit-message:
prefix: "chore"
include: "scope"
prefix: chore
include: scope
# Fetch and update latest `github-actions` pkgs
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"
time: "00:00"
labels:
- "skip-changelog"
interval: monthly
open-pull-requests-limit: 10
labels:
- ci
- dependency
- github_actions
commit-message:
prefix: "ci"
include: "scope"
prefix: ci
include: scope