Skip to content

Commit

Permalink
ci: include github-action in the renovate config (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored Apr 4, 2023
1 parent 190bc87 commit ca90d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"rangeStrategy": "pin",
"dependencyDashboardApproval": true,
"transitiveRemediation": true,
"enabledManagers": ["poetry", "npm", "gradle"],
"enabledManagers": ["poetry", "npm", "gradle", "github-actions"],
"separateMinorPatch": true,
"labels": ["dependencies"],
"semanticCommits": "enabled",
Expand Down

0 comments on commit ca90d91

Please sign in to comment.