Skip to content

Commit

Permalink
Merge pull request #4 from ARPC/bump-versions
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
DBugger32 authored Feb 17, 2023
2 parents ca1a112 + b5abe24 commit 5394847
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 21 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
51 changes: 33 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dependabot-tickets",
"version": "v0.1.0",
"version": "v0.1.3",
"description": "This action creates a Manuscript and LeanKit ticket for Dependabot pull requests.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -11,8 +11,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.8.2",
"@actions/github": "^5.0.3",
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"axios": "^0.27.2"
},
"devDependencies": {
Expand Down

0 comments on commit 5394847

Please sign in to comment.