Skip to content

Commit

Permalink
build: Ignore dependecy updates for apps that need modernization.
Browse files Browse the repository at this point in the history
- #992 tracks Bigtable samples modernization.
- #1004 tracks AppEngine samples modernization.
- #1426 tracks Endpoints samples modernizaton.
- #1427 trackes Google Home samples modernization.

Closes #1434
Closes #1430
  • Loading branch information
amanda-tarafa committed Aug 9, 2021
1 parent edb3c38 commit 621fc46
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/renovate.json
@@ -1,7 +1,15 @@
{
"extends": [
"config:base"
],
"schedule": ["before 8am"],
"timezone": "Europe/London"
"extends": [
"config:base"
],
"ignorePaths": [
"bigtable/api/**",
"appengine/flexible/**",
"endpoints/getting-started/**",
"applications/googlehome-meets-dotnetcontainers/**"
],
"schedule": [
"before 8am"
],
"timezone": "Europe/London"
}

0 comments on commit 621fc46

Please sign in to comment.