Skip to content

Commit

Permalink
maint: add dependabot for actions (#197)
Browse files Browse the repository at this point in the history
This commit adds dependabot support for actions.

Ref: W-17017429
  • Loading branch information
mble-sfdc authored Feb 3, 2025
1 parent 259461d commit 3543770
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Unreleased
* Add Dependabot configuration

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

0 comments on commit 3543770

Please sign in to comment.