Skip to content

Commit 3543770

Browse files
authored
maint: add dependabot for actions (#197)
This commit adds dependabot support for actions. Ref: W-17017429
1 parent 259461d commit 3543770

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
labels:
8+
- "dependencies"

Changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## Unreleased
2+
* Add Dependabot configuration
23

34
## v0.16.0 (August 13, 2024)
45
* Update pgbouncer to v1.23.1

0 commit comments

Comments
 (0)