Skip to content

Commit

Permalink
Merge pull request #90 from folkg/renovate-update
Browse files Browse the repository at this point in the history
Update Renovate configuration to schedule updates once per week
  • Loading branch information
folkg authored Nov 7, 2024
2 parents f2ee41d + c6a03e9 commit 7fc345d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:js-app", ":automergeMinor"],
"schedule": ["before 5am every friday"],
"timezone": "America/Edmonton",
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 5am every friday"]
"enabled": true
}
}

0 comments on commit 7fc345d

Please sign in to comment.