mirror of
https://github.com/m-lamonaca/script-launcher.git
synced 2025-04-05 18:06:28 +00:00
make dependabot update github-actions
This commit is contained in:
parent
1c04a89bbd
commit
93f4c85baa
1 changed files with 10 additions and 6 deletions
16
.github/dependabot.yml
vendored
16
.github/dependabot.yml
vendored
|
@ -1,8 +1,3 @@
|
||||||
# To get started with Dependabot version updates, you'll need to specify which
|
|
||||||
# package ecosystems to update and where the package manifests are located.
|
|
||||||
# Please see the documentation for all configuration options:
|
|
||||||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "nuget"
|
- package-ecosystem: "nuget"
|
||||||
|
@ -13,6 +8,15 @@ updates:
|
||||||
prefix: "NuGet"
|
prefix: "NuGet"
|
||||||
include: "scope"
|
include: "scope"
|
||||||
ignore:
|
ignore:
|
||||||
# ignore patch updates
|
|
||||||
- dependency-name: "*"
|
- dependency-name: "*"
|
||||||
update-types: ["version-update:semver-patch"]
|
update-types: ["version-update:semver-patch"]
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
commit-message:
|
||||||
|
prefix: "Github Actions"
|
||||||
|
include: "scope"
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "*"
|
||||||
|
update-types: ["version-update:semver-minor"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue