From 01e76f8dc37143fdbc8825c8f647d6c7131db6cf Mon Sep 17 00:00:00 2001 From: Steffen Ridderbusch Date: Wed, 12 Apr 2023 11:38:36 +0100 Subject: [PATCH] Dependabot, readme changes --- .github/dependabot.yml | 7 +++++++ README.md | 11 ++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..700707c --- /dev/null +++ b/.github/dependabot.yml @@ -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" diff --git a/README.md b/README.md index 581ec3d..364f5a9 100644 --- a/README.md +++ b/README.md @@ -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) + +