Skip to content

Commit

Permalink
Dependabot automation (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuthan authored Dec 6, 2022
1 parent c9447eb commit d095ac8
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 48 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ updates:
schedule:
interval: "weekly"
allow:
- dependency-name: "cypress"
- dependency-name: "plywood*"
16 changes: 16 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Dependabot

on: pull_request

jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}

env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.DEPENDABOT }}

steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
28 changes: 0 additions & 28 deletions .mergify.yml

This file was deleted.

1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @allegro/turnilo
25 changes: 5 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
{
"name": "turnilo",
"version": "1.39.0-beta.1",
"description": "A web-based exploratory visualization UI for Druid.io",
"description": "Business intelligence, data exploration and visualization web application for Druid, formerly known as Swiv and Pivot",
"keywords": [
"imply",
"data",
"explorer",
"turnilo",
"swiv",
"visualization",
"druid"
],
"contributors": [
"Vadim Ogievetsky <vadim@ogievetsky.com>",
"Tomasz Rzeznik <rzeznik.tom@gmail.com>",
"Rafał Nowak <rafal.nowak@allegro.pl>",
"Marcin Kuthan <marcin.kuthan@gmail.com>",
"Michał Misiewicz <michal.misiewicz@datumo.pl>"
"druid",
"data-visualization",
"business-intelligence"
],
"repository": {
"type": "git",
Expand All @@ -25,13 +15,8 @@
"bugs": {
"url": "https://github.com/allegro/turnilo/issues"
},
"homepage": "https://github.com/allegro/turnilo#readme",
"homepage": "https://allegro.github.io/turnilo",
"license": "Apache-2.0",
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"bin": {
"turnilo": "./bin/turnilo"
},
Expand Down

0 comments on commit d095ac8

Please sign in to comment.