Skip to content

Commit

Permalink
feat(dependabot): automate dependency management and security updates (
Browse files Browse the repository at this point in the history
…#749)

This PR is to address the re-occuring issue of managing dependencies or
transitive dependency for the project - including but not limited to,
security updates.

With dependabot, we are one step closer with keeping underlying
dependencies up-to-date, minimizing the overhead of manual intervention.

This would require constant review of the bot PRs, to ensure updates or security updates
are in-line with future release and backward compatible with this
package/libarary.
  • Loading branch information
50-Course authored Jan 10, 2025
1 parent dd7ba27 commit e355c9d
Showing 1 changed file with 8 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"

0 comments on commit e355c9d

Please sign in to comment.