Initial Commit

This commit is contained in:
2024-09-09 22:37:51 +10:00
commit ca1eea8f56
49 changed files with 2271 additions and 0 deletions

22
renovate.json Normal file
View File

@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"renovatebot/renovate-config",
":semanticCommitTypeAll(chore)"
],
// "automerge": true,
// "automergeType": "branch",
// "automergeStrategy": "rebase",
// "commitBodyTable": true,
// "ignoreTests": true,
// "major": {
// "automerge": false,
// "dependencyDashboardApproval": true,
// "commitMessagePrefix": "chore(deps-major): ",
// "labels": ["dependencies", "breaking"]
// },
// "ignorePaths": [
// "terraform/"
// ]
}