Skip to content

Commit

Permalink
Fix renovate
Browse files Browse the repository at this point in the history
* Update Renovate config
  • Loading branch information
anantdamle authored Sep 2, 2024
1 parent c7f9af2 commit a94023d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
32 changes: 31 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,35 @@
"replacements:all",
"workarounds:all"
],
"dependencyDashboardApproval": true
"dependencyDashboardApproval": true,
"packageRules": [
{
"extends": [
"packages:googleapis"
],
"groupName": "googleapis packages"
},
{
"groupName": "github-workflow",
"matchFileNames": [
".github/workflows/main.yml"
]
},
{
"groupName": "terraform",
"matchFileNames": [
"main.tf",
".terraform/**",
".terraform.lock.hcl"
]
},
{
"groupName": "gradle",
"matchFileNames": [
"build.gradle",
"gradle.properties",
"gradle/**"
]
}
]
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAME
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED

0 comments on commit a94023d

Please sign in to comment.