Skip to content

Commit

Permalink
revert cloudflare version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Orlov committed Feb 9, 2025
1 parent d16a541 commit 7959e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"prHourlyLimit": 10,
"prConcurrentLimit": 50,
"automerge": true,
"automerge": false,
"automergeType": "branch",
"labels": [
"automerge"
Expand Down
2 changes: 1 addition & 1 deletion terraform/cloudflare.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
cloudflare = {
source = "registry.terraform.io/cloudflare/cloudflare"
version = "5.0.0"
version = "4.51.0"
#version = "5.0.0-alpha1"
}
kubernetes = {
Expand Down

0 comments on commit 7959e95

Please sign in to comment.