diff --git a/bin/index.js b/bin/index.js index 5753bca..4af486a 100644 --- a/bin/index.js +++ b/bin/index.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + const process = require('process'); const { PythonShell } = require('python-shell'); diff --git a/renovate.json b/renovate.json index 67782ec..5e88b28 100644 --- a/renovate.json +++ b/renovate.json @@ -9,16 +9,13 @@ ":npm", "npm:unpublishSafe" ], - "ignoreDeps": ["@fortawesome/fontawesome-free"], - "assignees": [ - "christopherpickering" - ], "bumpVersion": "patch", "commitMessagePrefix": "chore(deps)", "labels": [ "maintenance", "renovate" ], + "baseBranches": ["dev"], "packageRules": [ { "matchUpdateTypes": ["pin","digest"],