Skip to content

Commit

Permalink
Set up Dependabot to automatically keep GitHub Actions up-to-date (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger authored Mar 20, 2024
1 parent 313dc18 commit 06d2bb9
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
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]"
2 changes: 2 additions & 0 deletions docs/source/changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{% include-markdown "./v1.9.md.inc" %}

{% include-markdown "./v1.8.md.inc" %}

{% include-markdown "./v1.7.md.inc" %}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/v1.8.md.inc
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

Expand Down
21 changes: 21 additions & 0 deletions docs/source/v1.9.md.inc
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)

0 comments on commit 06d2bb9

Please sign in to comment.