Skip to content

Commit

Permalink
Dependabot - Switch updates to weekly to reduce number of Bump commits
Browse files Browse the repository at this point in the history
  • Loading branch information
statox committed Jul 24, 2024
1 parent 5fa18db commit 90a461c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: 'daily'
interval: 'weekly'
groups:
dev-dependencies:
update-types:
Expand All @@ -14,4 +14,4 @@ updates:
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: '/'
schedule:
interval: 'daily'
interval: 'weekly'
2 changes: 0 additions & 2 deletions tools/createIssues.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/env/node

const { Octokit } = require('@octokit/rest');
const https = require('follow-redirects').https;
const fs = require('fs');
const path = require('path');
const async = require('async');

/*
Expand Down

0 comments on commit 90a461c

Please sign in to comment.