Skip to content

Commit

Permalink
feat: add renovate.json (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
apham0001 authored Feb 17, 2025
1 parent e805b0d commit 7a06384
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"enabledManagers": [
"github-actions"
],
"packageRules": [
{
"matchManagers": [
"github-actions"
],
"matchDepTypes": [
"github-actions"
],
"matchFileNames": [
".github/workflows/**"
],
"schedule": [
"every weekend"
],
"labels": [
"renovate/github-actions"
],
"groupName": "GitHub Actions updates"
}
]
}

0 comments on commit 7a06384

Please sign in to comment.