Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/npm_and_yarn/develop/babel/pre…
Browse files Browse the repository at this point in the history
…set-typescript-7.23.3
  • Loading branch information
CookieCookson authored Dec 13, 2023
2 parents 4d50e4f + 9c4259b commit 6531a0b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
version: 2

updates:
- package-ecosystem: "npm"
directory: /
target-branch: develop
schedule:
interval: "monthly"
groups:
all-deps:
update-types:
- "major"
- "minor"
- "patch"

- package-ecosystem: "npm"
directory: /
target-branch: version/2.x.x
schedule:
interval: "monthly"
groups:
all-deps:
update-types:
- "major"
- "minor"
- "patch"
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<!-- prettier-ignore -->
[![npm version](https://img.shields.io/npm/v/@xapi/xapi.svg)](https://www.npmjs.com/package/@xapi/xapi) [![Test](https://github.com/xapijs/xapi/workflows/Test/badge.svg)](https://github.com/xapijs/xapi/actions/workflows/test-push-to-master.yml) [![Coverage Status](https://coveralls.io/repos/github/xapijs/xapi/badge.svg?branch=master)](https://coveralls.io/github/xapijs/xapi?branch=master) [![Maintainability](https://api.codeclimate.com/v1/badges/93dd4331b1fe39ab73d7/maintainability)](https://codeclimate.com/github/xapijs/xapi/maintainability) ![minified size](https://img.shields.io/bundlephobia/min/@xapi/xapi) ![minzipped size](https://img.shields.io/bundlephobia/minzip/@xapi/xapi)
[![npm version](https://img.shields.io/npm/v/@xapi/xapi.svg)](https://www.npmjs.com/package/@xapi/xapi)
[![test](https://github.com/xapijs/xapi/actions/workflows/test.yml/badge.svg?branch=develop)](https://github.com/xapijs/xapi/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/xapijs/xapi/badge.svg?branch=develop)](https://coveralls.io/github/xapijs/xapi?branch=develop)
[![maintainability](https://api.codeclimate.com/v1/badges/93dd4331b1fe39ab73d7/maintainability)](https://codeclimate.com/github/xapijs/xapi/maintainability)
![minified size](https://img.shields.io/bundlephobia/min/@xapi/xapi)
![minzipped size](https://img.shields.io/bundlephobia/minzip/@xapi/xapi)

[<img width="100" src="https://avatars3.githubusercontent.com/u/65084607?s=200&v=4" alt="xAPI.js logo">](https://www.xapijs.dev)

Expand Down

0 comments on commit 6531a0b

Please sign in to comment.