Compare commits

..

1 commit

Author SHA1 Message Date
83b52f9e8e Add renovate.json
All checks were successful
go/archiver/pipeline/pr-master This commit looks good
2024-09-26 10:11:17 +00:00
2 changed files with 4 additions and 4 deletions

View file

@ -94,11 +94,8 @@ func moveToError(conf *Config, filePath string, archiveErr error) error {
if err != nil {
return err
}
err = writeErrorFile(conf, filePath, archiveErr)
if err != nil {
return err
}
err = os.Rename(filePath, filepath.Join(destFolder, baseName))
err = writeErrorFile(conf, filePath, archiveErr)
if err != nil {
return err
}

3
renovate.json Normal file
View file

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}