Skip to content

Instantly share code, notes, and snippets.

View jessebot's full-sized avatar
🥲
Only like 60ish notifications to get through before I'm back on top!

JesseBot jessebot

🥲
Only like 60ish notifications to get through before I'm back on top!
View GitHub Profile
@jessebot
jessebot / renovatebot_with_helm.md
Last active August 9, 2023 07:26
Notes on renovateBot with helm

Setting up Self Hosted RenovateBot via GitHub Actions

There's enough little things necessary here, that you may forget one or two, so I've documented all the files you need to create/change to get RenovateBot automatically creating PRs for your helm chart. This flow uses the renovatebot/github-action.

Example .github/config.js

Set the repositories to your own repo. In this case, jessebot/vaultwarden references github.com/jessebot/vaultwarden.

The regexManagers bumps the Chart.yaml appVersion, based on the command in the Chart.yaml below. See docs.

Keybase proof

I hereby claim:

  • I am jessebot on github.
  • I am jessebot (https://keybase.io/jessebot) on keybase.
  • I have a public key ASCvUWBU9hidpYeiQ-cLEXAkPhX3OqFsmTS2SUstzYLoiAo

To claim this, I am signing this object:

@jessebot
jessebot / coined.py
Last active March 3, 2016 16:53
A fun interviewing problem!
#!/usr/bin/python
# assumes python 2.7
# Script by JesseBot@linux.com
# 3/2/16
import random
"""
Assume there is a room full of coins and a robot that can interact with them.
The robot picks up each coin and if the coin was heads face up, it flips it to
tails. If the coin is tails up, the robot tosses the coin into the air. We
assume the robot is picking up coins at random. Wite a program to give the