-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set up Dependabot to automatically keep GitHub Actions up-to-date (#893)
- Loading branch information
1 parent
313dc18
commit 06d2bb9
Showing
4 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
labels: | ||
- "dependabot" | ||
commit-message: | ||
prefix: "[dependabot]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## v1.8.0 (unreleased) | ||
## v1.8.0 (2024-03-20) | ||
|
||
### :new: New features & enhancements | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## v1.9.0 | ||
|
||
[//]: # (### :new: New features & enhancements) | ||
|
||
[//]: # (- Whatever (#000 by @whoever)) | ||
|
||
[//]: # (### :warning: Behavior changes) | ||
|
||
[//]: # (- Whatever (#000 by @whoever)) | ||
|
||
[//]: # (### :package: Requirements) | ||
|
||
[//]: # (- Whatever (#000 by @whoever)) | ||
|
||
[//]: # (### :bug: Bug fixes) | ||
|
||
[//]: # (- Whatever (#000 by @whoever)) | ||
|
||
### :medical_symbol: Code health and infrastructure | ||
|
||
- Use GitHub's `dependabot` service to automatically keep GitHub Actions up-to-date. (#893 by @hoechenberger) |