Skip to content

Commit

Permalink
Delete old renovate configs
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Apr 10, 2024
1 parent 8ac7d78 commit 9424d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/renovate/renovate.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ func RenderConfig(cfgRenovate core.RenovateConfig, scanResult core.ScanResult, u
}

must.Succeed(os.MkdirAll(".github", 0750))
must.Succeed(os.RemoveAll("renovate.json"))
f := must.Return(os.Create(".github/renovate.json"))

encoder := json.NewEncoder(f)
Expand Down

0 comments on commit 9424d79

Please sign in to comment.