Skip to content

Commit

Permalink
Fix #1730 - reduce dependabot frequency, scope (#1731)
Browse files Browse the repository at this point in the history
* Fix #1730 - reduce dependabot frequency, scope

* Remove netlify.toml to stop triggering builds

* Remove now.json, configure via web

* Remove Netlify badge from Readme
  • Loading branch information
humphd authored Feb 13, 2021
1 parent b32ebcc commit 21aa743
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 43 deletions.
29 changes: 20 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
time: '07:00'
interval: 'weekly'
# Use Eastern Standard Time (UTC -05:00)
timezone: 'America/Toronto'
open-pull-requests-limit: 10
allowed_updates:
- match:
update_type: 'security'
open-pull-requests-limit: 5
commit-message:
prefix: 'chore: '
reviewers:
Expand All @@ -26,10 +28,13 @@ updates:
- package-ecosystem: 'npm'
directory: '/src/frontend/gatsby'
schedule:
interval: 'daily'
interval: 'weekly'
time: '07:00'
timezone: 'America/Toronto'
open-pull-requests-limit: 10
allowed_updates:
- match:
update_type: 'security'
open-pull-requests-limit: 5
commit-message:
prefix: 'chore: '
reviewers:
Expand All @@ -44,10 +49,13 @@ updates:
- package-ecosystem: 'npm'
directory: '/src/frontend/next'
schedule:
interval: 'daily'
interval: 'weekly'
time: '07:00'
timezone: 'America/Toronto'
open-pull-requests-limit: 10
allowed_updates:
- match:
update_type: 'security'
open-pull-requests-limit: 5
commit-message:
prefix: 'chore: '
reviewers:
Expand All @@ -62,10 +70,13 @@ updates:
- package-ecosystem: 'npm'
directory: '/tools/autodeployment'
schedule:
interval: 'daily'
interval: 'weekly'
time: '07:00'
timezone: 'America/Toronto'
open-pull-requests-limit: 10
allowed_updates:
- match:
update_type: 'security'
open-pull-requests-limit: 5
commit-message:
prefix: 'chore: '
reviewers:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![CircleCI](https://circleci.com/gh/Seneca-CDOT/telescope.svg?style=svg)](https://circleci.com/gh/Seneca-CDOT/telescope)
[![js-airbnb/prettier-style](https://img.shields.io/badge/code%20style-airbnb%2Fprettier-blue)](https://github.com/airbnb/javascript)
![Node.js CI](https://github.com/Seneca-CDOT/telescope/workflows/node-js-ci/badge.svg)
[![Netlify next.js Status](https://api.netlify.com/api/v1/badges/b791409e-67ee-493d-9ec6-e045d3026346/deploy-status)](https://app.netlify.com/sites/telescope-next/deploys)

## What is Telescope?

Expand Down
15 changes: 0 additions & 15 deletions netlify.toml

This file was deleted.

18 changes: 0 additions & 18 deletions now.json

This file was deleted.

1 comment on commit 21aa743

@vercel
Copy link

@vercel vercel bot commented on 21aa743 Feb 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again after in 1 hour (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.