Skip to content

Commit 80de0c0

Browse files
committed
chore: 🛠️ add initial configuration for Renovate
* Introduced `renovate.json` to manage dependency updates. * Extended configuration with recommended settings and GitHub Action digest pinning.
1 parent 469a29d commit 80de0c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"]
4+
}

0 commit comments

Comments
 (0)