Commit Graph

9 Commits

Author SHA1 Message Date
Marc Wrobel
62e466a841 Cleanup and fix update.rb (#261)
Cleanup unused code in update.rb: all methods are now handled by custom scripts. This should fix errors encountered in update.yml workflow (such as https://github.com/endoflife-date/release-data/actions/runs/7279373761) since the dependency to psych has been removed.

This also reformat and update the update.yml workflow so that two workflows targeting the same branch cannot run concurrently. This change has been done because in such cases the last one always fail (changes cannot be commited because the previous workflow already update the branch).

Fixes #260.
2023-12-22 23:13:03 +01:00
dependabot[bot]
ce9c5bd0ee Bump rdoc from 6.5.0 to 6.6.0 (#202)
Bumps [rdoc](https://github.com/ruby/rdoc) from 6.5.0 to 6.6.0.
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rdoc/compare/v6.5.0...v6.6.0)

---
updated-dependencies:
- dependency-name: rdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 20:28:51 +01:00
dependabot[bot]
6c606935db Bump irb from 1.8.3 to 1.9.1 (#203)
Bumps [irb](https://github.com/ruby/irb) from 1.8.3 to 1.9.1.
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](https://github.com/ruby/irb/compare/v1.8.3...v1.9.1)

---
updated-dependencies:
- dependency-name: irb
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 20:27:54 +01:00
dependabot[bot]
a4230b099b Bump irb from 1.7.4 to 1.8.0 (#145)
Bumps [irb](https://github.com/ruby/irb) from 1.7.4 to 1.8.0.
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](https://github.com/ruby/irb/compare/v1.7.4...v1.8.0)

---
updated-dependencies:
- dependency-name: irb
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 23:06:03 +02:00
Nemo
5192674f33 [dep] Downgrade rugged to 1.5.1
See https://github.com/libgit2/rugged/issues/909

rugged does not support setting custom extensions, and with
libgit 1.6, you need to set custom extensions to open a repository
with the partialclone extension.
2023-06-08 12:42:32 +05:30
Nemo
1ec69e4ac9 [dep] Upgrade ruby dependencies 2023-06-07 14:23:12 +05:30
Nemo
a106d85567 [ci] Fix timezones for dates to use commiter timezones
- Add irb as dev dependency
2022-05-18 13:05:41 +05:30
Nemo
192bc258ea Cleanup releases into some standard format. (#2) 2022-03-28 08:08:41 +00:00
Nemo
0cbf22bf9f Initial Automation 2022-03-28 07:17:21 +00:00