mirror of
https://github.com/GeiserX/genieacs-services
synced 2026-04-21 07:47:16 +00:00
Add Dependabot configuration
This commit is contained in:
parent
c2b33080bd
commit
1ce7e5cc25
1 changed files with 28 additions and 0 deletions
28
.github/dependabot.yml
vendored
Normal file
28
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
version: 2
|
||||
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
day: "monday"
|
||||
open-pull-requests-limit: 10
|
||||
commit-message:
|
||||
prefix: "ci"
|
||||
labels:
|
||||
- "ci"
|
||||
- "automated"
|
||||
groups:
|
||||
minor-and-patch:
|
||||
patterns:
|
||||
- "*"
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
actions-security:
|
||||
applies-to: security-updates
|
||||
patterns:
|
||||
- "*"
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major"]
|
||||
Loading…
Reference in a new issue