Skip to content

Commit

Permalink
Merge branch 'allegro:master' into deps-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
piwysocki authored Nov 27, 2022
2 parents f8d69c7 + 60e437d commit b2712d7
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 114 deletions.
25 changes: 13 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
#
# Prototype for node ecosystem, needs to be configured
#
# - package-ecosystem: "npm"
# directory: "/"
# schedule:
# interval: "daily"
# allow:
# # allow only production updates
# - dependency-name: "*"
# dependency-type: "production"
interval: "weekly"

- package-ecosystem: "bundler"
directory: "/docs"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-name: "plywood*"
13 changes: 11 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,21 @@ pull_request_rules:
actions:
merge:
method: rebase
- name: automatic merge for Node dependencies
- name: automatic merge for Ruby Gems
conditions:
- author=dependabot[bot]
- check-success=required-checks # check required actions only
- label=npm # label assigned by dependabot
- label=bundler # label assigned by dependabot
- base=master
actions:
merge:
method: rebase
# - name: automatic merge for Node dependencies
# conditions:
# - author=dependabot[bot]
# - check-success=required-checks # check required actions only
# - label=npm # label assigned by dependabot
# - base=master
# actions:
# merge:
# method: rebase
Loading

0 comments on commit b2712d7

Please sign in to comment.