Skip to content

Commit

Permalink
[CI] simplify setup
Browse files Browse the repository at this point in the history
all of this was honestly overkill for such a small project.

- remove gemfile, etc
- remove danger
- update dependabot config
  • Loading branch information
jessesquires committed Jan 26, 2024
1 parent 6fda39a commit 729674c
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 337 deletions.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
labels: []

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels: []
36 changes: 0 additions & 36 deletions .github/workflows/danger.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/pod-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
# https://github.com/ruby/setup-ruby
- name: ruby setup
uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: pod lint
run: bundle exec pod lib lint --verbose
run: pod lib lint --verbose
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

115 changes: 0 additions & 115 deletions Dangerfile

This file was deleted.

15 changes: 0 additions & 15 deletions Gemfile

This file was deleted.

166 changes: 0 additions & 166 deletions Gemfile.lock

This file was deleted.

0 comments on commit 729674c

Please sign in to comment.