mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-30 13:09:34 +00:00
skip changelog requirement when running tests for dependency updates (#3326)
solution for #3320
This commit is contained in:
parent
ae1f9d0468
commit
bcab8ebd26
15
.github/dependabot.yaml
vendored
15
.github/dependabot.yaml
vendored
@ -5,21 +5,36 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
target-branch: "develop"
|
target-branch: "develop"
|
||||||
|
labels:
|
||||||
|
- "Skip Changelog"
|
||||||
|
- "dependencies"
|
||||||
|
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
target-branch: "develop"
|
target-branch: "develop"
|
||||||
|
labels:
|
||||||
|
- "Skip Changelog"
|
||||||
|
- "dependencies"
|
||||||
|
- "javascript"
|
||||||
|
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/vendor"
|
directory: "/vendor"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
target-branch: "develop"
|
target-branch: "develop"
|
||||||
|
labels:
|
||||||
|
- "Skip Changelog"
|
||||||
|
- "dependencies"
|
||||||
|
- "javascript"
|
||||||
|
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/fonts"
|
directory: "/fonts"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
target-branch: "develop"
|
target-branch: "develop"
|
||||||
|
labels:
|
||||||
|
- "Skip Changelog"
|
||||||
|
- "dependencies"
|
||||||
|
- "javascript"
|
||||||
|
@ -15,6 +15,8 @@ _This release is scheduled to be released on 2024-04-01._
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- Skip changelog requirement when running tests for dependency updates (#3320)
|
||||||
|
|
||||||
### Deleted
|
### Deleted
|
||||||
|
|
||||||
## [2.26.0] - 01-01-2024
|
## [2.26.0] - 01-01-2024
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# The MIT License (MIT)
|
# The MIT License (MIT)
|
||||||
|
|
||||||
Copyright © 2016-2022 Michael Teeuw
|
Copyright © 2016-2024 Michael Teeuw
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person
|
Permission is hereby granted, free of charge, to any person
|
||||||
obtaining a copy of this software and associated documentation
|
obtaining a copy of this software and associated documentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user