Skip to content

Commit

Permalink
ci: add new renovate manager to bump godot (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle authored Dec 16, 2023
1 parent 0214b6f commit db107a7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@
"packageNameTemplate": "https://github.com/{{{gitUrl}}}",
"versioningTemplate": "git",
"datasourceTemplate": "git-tags"
},
{
"fileMatch": ["^.env$"],
"matchStrings": [
"GODOT_VERSION=(?<currentValue>.*?)\\n"
],
"depNameTemplate": "godotengine/godot",
"packageNameTemplate": "https://github.com/godotengine/godot",
"versioningTemplate": "loose",
"extractVersionTemplate": "^(?<version>.*)-stable$",
"datasourceTemplate": "git-tags"
}
]
}
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]
### Added
- Automating Godot updates with renovate ([#20](https://github.com/MechanicalFlower/GhostSnap/pull/20))
### Changed
### Deprecated
### Removed
Expand Down

0 comments on commit db107a7

Please sign in to comment.