Skip to content

Commit

Permalink
chore: adds renovate config (#19)
Browse files Browse the repository at this point in the history
## what

* Adds a renovate configuration for auto-upgrade TF modules + aqua
packages

## why

- So our usage of TF doesn't go stale

## references

- N/A


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
	- Introduced a new configuration for automated dependency management.
	- Set a schedule for updates and defined base branches.
	- Enabled automatic labeling and closure of the dependency dashboard.
	- Specified paths to ignore for Terraform updates.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
Gowiem authored Dec 22, 2024
1 parent 34d6023 commit 8e7cab5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"extends": [
"config:recommended",
"github>aquaproj/aqua-renovate-config#2.6.0"
],
"schedule": ["before 5am on Monday"],
"baseBranches": ["main", "master"],
"labels": ["auto-upgrade"],
"dependencyDashboardAutoclose": true,
"terraform": {
"ignorePaths": [
"**/context.tf",
]
},
}

0 comments on commit 8e7cab5

Please sign in to comment.