Skip to content

Commit

Permalink
Remove Gemfile.lock, update Dependabot.
Browse files Browse the repository at this point in the history
Remove `Gemfile.lock`; it doesn't actually affect what we run in
production and we waste a bunch of time applying Dependabot updates.
  • Loading branch information
MikeMcQuaid committed Apr 18, 2022
1 parent 32337e3 commit 6ea3e53
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 327 deletions.
40 changes: 10 additions & 30 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,12 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
time: "10:00"
timezone: Europe/Vienna
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 99
rebase-strategy: disabled
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "10:00"
timezone: Europe/Vienna
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 99
rebase-strategy: disabled
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "10:00"
timezone: Europe/Vienna
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 99
rebase-strategy: disabled
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "10:00"
timezone: Europe/Vienna
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 99
rebase-strategy: disabled
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ bin
css/main.scss
test/node_modules
test/package-lock.json
Gemfile.lock
297 changes: 0 additions & 297 deletions Gemfile.lock

This file was deleted.

0 comments on commit 6ea3e53

Please sign in to comment.