Skip to content

Commit

Permalink
Dependabot, readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Crown421 committed Apr 12, 2023
1 parent 804c391 commit 01e76f8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# KernelSpectralDensities [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://Crown421.github.io/KernelSpectralDensities.jl/stable/) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://Crown421.github.io/KernelSpectralDensities.jl/dev/) [![Build Status](https://github.com/Crown421/KernelSpectralDensities.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Crown421/KernelSpectralDensities.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/Crown421/KernelSpectralDensities.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/Crown421/KernelSpectralDensities.jl) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) [![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)
# KernelSpectralDensities.jl

[![CI](https://github.com/Crown421/KernelSpectralDensities.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Crown421/KernelSpectralDensities.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Code Cov](https://codecov.io/gh/Crown421/KernelSpectralDensities.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/Crown421/KernelSpectralDensities.jl)
[![Docs (stable)](https://img.shields.io/badge/docs-stable-blue.svg)](https://Crown421.github.io/KernelSpectralDensities.jl/stable/)
[![Docs (dev)](https://img.shields.io/badge/docs-dev-blue.svg)](https://Crown421.github.io/KernelSpectralDensities.jl/dev/)
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)


0 comments on commit 01e76f8

Please sign in to comment.