Skip to content

Commit

Permalink
Merge pull request #108 from sul-dlss/dependabot-configs
Browse files Browse the repository at this point in the history
Update Dependabot configs
  • Loading branch information
jgreben authored Jan 9, 2024
2 parents 7efef3a + ecc0b7b commit c9d7a58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
ignore:
- dependency-name: "cybersource_rest_client"
5 changes: 4 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: PushImage

on: push
on:
push:
branches:
- '!dependabot*'

permissions:
contents: read
Expand Down

0 comments on commit c9d7a58

Please sign in to comment.