This repository contains some demos around GitHub Actions, and references to other repos where I'm running Codespaces and/or Co-Pilot that can also be used as great demo resources. Each section below holds more information on the concrete demo.
settings -> security and analysis -> enable version updates
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: "github actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
The idea of the workflow with GitHub Actions is to automatically add a new entry to the list below when someone stars the repo.
The workflow file can be found in .github/workflows/ratings.yml
.
People that liked the session 🥳
❤️ User @flomader liked the session and rated the repo with a star ⭐
❤️ User @DistEntArch liked the session and rated the repo with a star ⭐
❤️ User @insolitum liked the session and rated the repo with a star ⭐
❤️ User @JesusGautamah liked the session and rated the repo with a star ⭐
❤️ User @PP-Namias liked the session and rated the repo with a star ⭐
❤️ User @scrumtuous liked the session and rated the repo with a star ⭐
❤️ User @ArminPrieschl liked the session and rated the repo with a star ⭐
❤️ User @gzukrigl liked the session and rated the repo with a star ⭐
❤️ User @aschnaller liked the session and rated the repo with a star ⭐
❤️ User @NimmLor liked the session and rated the repo with a star ⭐
❤️ User @stefanschoeberl liked the session and rated the repo with a star ⭐
❤️ User @derkoe liked the session and rated the repo with a star ⭐
❤️ User @MartinAhrer liked the session and rated the repo with a star ⭐
❤️ User @pethers liked the session and rated the repo with a star ⭐